COLOR #BCA398

HEX: #BCA398 RGB: (188,163,152)

Color info

#BCA398 contains red, green and blue colors in about the same proportion. Web safe color of #BCA398 is #CC9999 (or #C99).

RGB color model

#BCA398 color RGB value is (188,163,152).

RGB: (188,163,152) (74%, 64%, 60%)

RGB channels and saturation

R 188 of 255 = 74%
G 163 of 255 = 64%
B 152 of 255 = 60%

188
163
152

R + G + B ~ 66%. #BCA398 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 163 + 152 = 503 (100%)
R 188 of 503 ~ 37.38%
G 163 of 503 ~ 32.41%
B 152 of 503 ~ 30.22'%

%37.38
%32.41
%30.22

CMYK color model

#BCA398 color CMYK value is (0,13,19,26).

  • cyan value is 0.00%
  • magenta value is 13.30%
  • yellow value is 19.15%
  • key color value is 26.27%
CMYK: (0,13,19,26) C0M13Y19K26 (0%,13%,19%,26%) (0.00/0.13/0.19/0.26) 

CMYK percentages

%0
%13.3
%19.15
%26.27

Codes

Color #BCA398 in popluar color models

BC A3 98
RGB 188 163 152
HSL 18° 21.18% 66.67%
HSB/HSV 18° 19.15% 73.73%
CMYK 0.00% 13.30% 19.15%
26.27%

Color #BCA398 in popluar number systems.

HEX BC A3 98
Decimal 188 163 152
Binary 10111100 10100011 10011000
Octal 274 243 230

Shades and tints

Shades of #BCA398

#BCA398
(188,163,152)
#AB958B
(171,149,139)
#9A877E
(154,135,126)
#897971
(137,121,113)
#786B64
(120,107,100)
#675D57
(103,93,87)
#564F4A
(86,79,74)
#45413D
(69,65,61)
#343330
(52,51,48)
#232523
(35,37,35)
#121716
(18,23,22)
#000000
(0,0,0)

Tints of #BCA398

#BCA398
(188,163,152)
#C2ABA1
(194,171,161)
#C8B3AA
(200,179,170)
#CEBBB3
(206,187,179)
#D4C3BC
(212,195,188)
#DACBC5
(218,203,197)
#E0D3CE
(224,211,206)
#E6DBD7
(230,219,215)
#ECE3E0
(236,227,224)
#F2EBE9
(242,235,233)
#F8F3F2
(248,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCA398 color. Also use rgb(188,163,152) instead hex code.

Text Font Color

.myTextColor { color: #BCA398; }

<p style="color:#BCA398">This sample text font color is #BCA398.</p>

This text font color is #BCA398.

Background Color

.myBgColor { background-color: #BCA398; }

<div style="background-color:#BCA398">Inner text</div>

This div background color is #BCA398.

Border color

.myBorderColor { border: 1px solid #BCA398; }

<div style="border:3px solid #BCA398">Div</div>

This div border color is #BCA398.

Opacity

.myOpacity80 { color: #BCA398; opacity: 0.8; }

<p style="color:#BCA398;opacity:0.8;">80%</p>

Text with #BCA398 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BCA398;}

<p style="text-shadow: 3px 3px 1px #BCA398">Text here.</p>

This text has shadow with #BCA398 color.


.textShadow {text-shadow: 3px 3px 1px #BCA398', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BCA398, 5px 5px 20px red">Text here.</p>

This text has shadow with #BCA398 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCA398, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BCA398, Direction=45, Strength=4)">Text</p>

This text has shadow with #BCA398 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BCA398;
-webkit-box-shadow: 1px 1px 3px 2px #BCA398;
box-shadow: 1px 1px 3px 2px #BCA398;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BCA398; -webkit-box-shadow: 1px 1px 3px 2px #BCA398; box-shadow:1px 1px 3px 2px #BCA398;">
Div content here
</div>

This div box has shadow with color #BCA398.

Preview

Color preview on black background

This text has color #BCA398 on black background.


Color preview on white background

This text has color #BCA398 on white background.


Black color preview on #BCA398 background

This text has black color on #BCA398 background.


White color preview on #BCA398 background

This text has white color on #BCA398 background.


Related colors

Complementary color

Complementary color for #hex is #435C67.


I love getcolorcode.com

Triadic colors

1 #98BCA3 and #A398BC with #BCA398 are triadic colors.

2 #98A3BC and #A3BC98 with #BCA398 are triadic colors.