COLOR #BCA598

HEX: #BCA598 RGB: (188,165,152)

Color info

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

RGB color model

#BCA598 color RGB value is (188,165,152).

RGB: (188,165,152) (74%, 65%, 60%)

RGB channels and saturation

R 188 of 255 = 74%
G 165 of 255 = 65%
B 152 of 255 = 60%

188
165
152

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

Portions of RGB colors in percentages

R + G + B = 188 + 165 + 152 = 505 (100%)
R 188 of 505 ~ 37.23%
G 165 of 505 ~ 32.67%
B 152 of 505 ~ 30.1'%

%37.23
%32.67
%30.1

CMYK color model

#BCA598 color CMYK value is (0,12,19,26).

  • cyan value is 0.00%
  • magenta value is 12.23%
  • yellow value is 19.15%
  • key color value is 26.27%

CMYK: (0,12,19,26)
C0M12Y19K26 (0%, 12%, 19%, 26%)
(0.00 / 0.12 / 0.19 / 0.26)

CMYK percentages

%0
%12.23
%19.15
%26.27

Codes

Color #BCA598 in popluar color models

BC A5 98
RGB 188 165 152
HSL 22° 21.18% 66.67%
HSB/HSV 22° 19.15% 73.73%
CMYK 0.00% 12.23% 19.15%
26.27%

Color #BCA598 in popluar number systems.

HEX BC A5 98
Decimal 188 165 152
Binary 10111100 10100101 10011000
Octal 274 245 230

Shades and tints

Shades of #BCA598

#BCA598
(188,165,152)
#AB968B
(171,150,139)
#9A877E
(154,135,126)
#897871
(137,120,113)
#786964
(120,105,100)
#675A57
(103,90,87)
#564B4A
(86,75,74)
#453C3D
(69,60,61)
#342D30
(52,45,48)
#231E23
(35,30,35)
#120F16
(18,15,22)
#000000
(0,0,0)

Tints of #BCA598

#BCA598
(188,165,152)
#C2ADA1
(194,173,161)
#C8B5AA
(200,181,170)
#CEBDB3
(206,189,179)
#D4C5BC
(212,197,188)
#DACDC5
(218,205,197)
#E0D5CE
(224,213,206)
#E6DDD7
(230,221,215)
#ECE5E0
(236,229,224)
#F2EDE9
(242,237,233)
#F8F5F2
(248,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA598; }

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

This text font color is #BCA598.

Background Color

.myBgColor { background-color: #BCA598; }

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

This div background color is #BCA598.

Border color

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

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

This div border color is #BCA598.

Opacity

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

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

Text with #BCA598 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 #BCA598;}

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

This text has shadow with #BCA598 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA598.

Preview

Color preview on black background

This text has color #BCA598 on black background.


Color preview on white background

This text has color #BCA598 on white background.


Black color preview on #BCA598 background

This text has black color on #BCA598 background.


White color preview on #BCA598 background

This text has white color on #BCA598 background.


Related colors

Complementary color

Complementary color for #hex is #435A67.


I love getcolorcode.com

Triadic colors

1 #98BCA5 and #A598BC with #BCA598 are triadic colors.

2 #98A5BC and #A5BC98 with #BCA598 are triadic colors.