#BCB591

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

Shades of Coriander #BCB591

Tints of Coriander #BCB591

Color information

#BCB591 (or 0xBCB591) is unknown color: approx Coriander. HEX triplet: BC, B5 and 91. RGB value is (188,181,145). Sum of RGB (Red+Green+Blue) = 188+181+145=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 181 (71.09% from 255 or 35.21% from 514); Blue value is 145 (57.03% from 255 or 28.21% from 514); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB591 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB591 is #434A6E. Grayscale: #B3B3B3. Windows color (decimal): -4409967 or 9549244. OLE color: 9549244.

HSL color Cylindrical-coordinate representation of color #BCB591: hue angle of 50.23º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCB591 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB188181145-
CMYK00.040.230.26
HSL50.23º24.29%65.29%-
HSV(B)50.23º22.87%73.73%-
XYZ42.3745.7833.39-
YUV178.99108.82134.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.58%
GREEN value IS 181 (71.09% from 255) = 35.21%
BLUE value IS 145 (57.03% from 255) = 28.21%
R=36.58%
G=35.21%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818114500.040.230.2650.2324.2965.29
HexBCB59104171A321841
Octal2742652210427326230101
Binary10111100101101011001000101001011111010110010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB591; }

 p { color: rgb(188,181,145); }

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

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

 a { background-color: rgb(188,181,145); }

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

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

 span { border-color: rgb(188,181,145); }

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