COLOR #BCB592

HEX: #BCB592
RGB: (188,181,146)

Color info

#BCB592 contains red, green and blue colors in about the same proportion. Web safe color of #BCB592 is #CCCC99 (or #CC9).

RGB color model

#BCB592 color RGB value is (188,181,146).

  • red value is 188;
  • green value is 181;
  • blue value is 146.
RGB: (188,181,146) (74%,71%,57%)

RGB channels and saturation

R 188 of 255 = 74%
G 181 of 255 = 71%
B 146 of 255 = 57%

188
181
146

R + G + B ~ 67%. #BCB592 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 181 + 146 = 515 (100%)
R 188 of 515 ~ 36.5%
G 181 of 515 ~ 35.15%
B 146 of 515 ~ 28.35%

%36.5
%35.15
%28.35

CMYK color model

#BCB592 color CMYK value is (0,4,22,26).

  • cyan value is 0.00%
  • magenta value is 3.72%
  • yellow value is 22.34%
  • key color value is 26.27%
CMYK: (0,4,22,26) C0M4Y22K26 (0%,4%,22%,26%) (0.00/0.04/0.22/0.26)

CMYK percentages

%0
%3.72
%22.34
%26.27

Codes

Color #BCB592 in popluar color models

BCB592
RGB188181146
HSL50°23.86%65.49%
HSB/HSV50°22.34%73.73%
CMYK0.00%3.72%22.34%
26.27%

Color #BCB592 in popluar number systems.

HEXBCB592
Decimal188181146
Binary101111001011010110010010
Octal274265222

Shades and tints

Shades of #BCB592

#BCB592
(188,181,146)
#ABA585
(171,165,133)
#9A9578
(154,149,120)
#89856B
(137,133,107)
#78755E
(120,117,94)
#676551
(103,101,81)
#565544
(86,85,68)
#454537
(69,69,55)
#34352A
(52,53,42)
#23251D
(35,37,29)
#121510
(18,21,16)
#000000
(0,0,0)

Tints of #BCB592

#BCB592
(188,181,146)
#C2BB9B
(194,187,155)
#C8C1A4
(200,193,164)
#CEC7AD
(206,199,173)
#D4CDB6
(212,205,182)
#DAD3BF
(218,211,191)
#E0D9C8
(224,217,200)
#E6DFD1
(230,223,209)
#ECE5DA
(236,229,218)
#F2EBE3
(242,235,227)
#F8F1EC
(248,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCB592 color. Also use rgb(188,181,146) instead hex code.

Text Font Color

.myTextColor { color: #BCB592; }

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

This text font color is #BCB592.


Background Color

.myBgColor { background-color: #BCB592; }

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

This div background color is #BCB592.


Border color

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

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

This div border color is #BCB592.


Opacity

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

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

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

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

This text has shadow with #BCB592 color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #BCB592; -webkit-box-shadow:	1px 1px 3px 2px #BCB592; box-shadow:	1px 1px 3px 2px #BCB592; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #BCB592; -webkit-box-shadow: 1px 1px 3px 2px #BCB592; box-shadow:1px 1px 3px 2px #BCB592;">
Div content here</div>
This div box has shadow with color #BCB592.

Preview

Color preview on black background

This text has color #BCB592 on black background.


Color preview on white background

This text has color #BCB592 on white background.



Black color preview on #BCB592 background

This text has black color on #BCB592 background.


White color preview on #BCB592 background

This text has white color on #BCB592 background.