#BCB896

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

Shades of Coriander #BCB896

Tints of Coriander #BCB896

Color information

#BCB896 (or 0xBCB896) is unknown color: approx Coriander. HEX triplet: BC, B8 and 96. RGB value is (188,184,150). Sum of RGB (Red+Green+Blue) = 188+184+150=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 184 (72.27% from 255 or 35.25% from 522); Blue value is 150 (58.98% from 255 or 28.74% from 522); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB896 is #434769. Grayscale: #B5B5B5. Windows color (decimal): -4409194 or 9877692. OLE color: 9877692.

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

Color convert

RGB188184150-
CMYK00.020.200.26
HSL53.68º22.09%66.27%-
HSV(B)53.68º20.21%73.73%-
XYZ43.3847.1735.67-
YUV181.32110.33132.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.02%
GREEN value IS 184 (72.27% from 255) = 35.25%
BLUE value IS 150 (58.98% from 255) = 28.74%
R=36.02%
G=35.25%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818415000.020.200.2653.6822.0966.27
HexBCB89602141A361642
Octal2742702260224326626102
Binary1011110010111000100101100101010011010110110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB896; }

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

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

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

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

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

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

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

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