#BCB996

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

Shades of Coriander #BCB996

Tints of Coriander #BCB996

Color information

#BCB996 (or 0xBCB996) is unknown color: approx Coriander. HEX triplet: BC, B9 and 96. RGB value is (188,185,150). Sum of RGB (Red+Green+Blue) = 188+185+150=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 185 (72.66% from 255 or 35.37% from 523); Blue value is 150 (58.98% from 255 or 28.68% from 523); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB996 is #434669. Grayscale: #B6B6B6. Windows color (decimal): -4408938 or 9877948. OLE color: 9877948.

HSL color Cylindrical-coordinate representation of color #BCB996: hue angle of 55.26º 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 #BCB996 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB188185150-
CMYK00.020.200.26
HSL55.26º22.09%66.27%-
HSV(B)55.26º20.21%73.73%-
XYZ43.5947.5935.74-
YUV181.91109.99132.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.95%
GREEN value IS 185 (72.66% from 255) = 35.37%
BLUE value IS 150 (58.98% from 255) = 28.68%
R=35.95%
G=35.37%
B=28.68%

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
Decimal18818515000.020.200.2655.2622.0966.27
HexBCB99602141A371642
Octal2742712260224326726102
Binary1011110010111001100101100101010011010110111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB996; }

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

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

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

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

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

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

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

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