#BCB888

Color #BCB888 Coriander (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coriander #BCB888

Tints of Coriander #BCB888

Color information

#BCB888 (or 0xBCB888) is unknown color: approx Coriander. HEX triplet: BC, B8 and 88. RGB value is (188,184,136). Sum of RGB (Red+Green+Blue) = 188+184+136=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 184 (72.27% from 255 or 36.22% from 508); Blue value is 136 (53.52% from 255 or 26.77% from 508); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB888 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB888 is #434777. Grayscale: #B3B3B3. Windows color (decimal): -4409208 or 8960188. OLE color: 8960188.

HSL color Cylindrical-coordinate representation of color #BCB888: hue angle of 55.38º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCB888 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB188184136-
CMYK00.020.280.26
HSL55.38º27.96%63.53%-
HSV(B)55.38º27.66%73.73%-
XYZ42.3246.7530.09-
YUV179.72103.33133.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 37.01%
GREEN value IS 184 (72.27% from 255) = 36.22%
BLUE value IS 136 (53.52% from 255) = 26.77%
R=37.01%
G=36.22%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818413600.020.280.2655.3827.9663.53
HexBCB888021C1A371c40
Octal2742702100234326734100
Binary1011110010111000100010000101110011010110111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB888; }

 p { color: rgb(188,184,136); }

 H1.HeaderClassName
 {
   color: #BCB888;
 }
 .AnyTagClassName
 {
   color: #BCB888;
 }
</style>
background-color css

<style>
 a { background-color: #BCB888; }

 a { background-color: rgb(188,184,136); }

 div.DivClassName
 {
   background-color: #BCB888;
 }
 .BgClassName
 {
   background-color: #BCB888;
 }
</style>
border-color css

<style>
 span { border-color: #BCB888; }

 span { border-color: rgb(188,184,136); }

 td.TdClassName
 {
   border-color: #BCB888;
 }
 .TagClassName
 {
   border-color: #BCB888;
 }
</style>