#BCB594

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

Shades of Coriander #BCB594

Tints of Coriander #BCB594

Color information

#BCB594 (or 0xBCB594) is unknown color: approx Coriander. HEX triplet: BC, B5 and 94. RGB value is (188,181,148). Sum of RGB (Red+Green+Blue) = 188+181+148=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 181 (71.09% from 255 or 35.01% from 517); Blue value is 148 (58.20% from 255 or 28.63% from 517); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB594 is #434A6B. Grayscale: #B3B3B3. Windows color (decimal): -4409964 or 9745852. OLE color: 9745852.

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

Color convert

RGB188181148-
CMYK00.040.210.26
HSL49.5º22.99%65.88%-
HSV(B)49.5º21.28%73.73%-
XYZ42.6145.8834.63-
YUV179.33110.32134.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.36%
GREEN value IS 181 (71.09% from 255) = 35.01%
BLUE value IS 148 (58.20% from 255) = 28.63%
R=36.36%
G=35.01%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818114800.040.210.2649.522.9965.88
HexBCB59404151A321742
Octal2742652240425326227102
Binary10111100101101011001010001001010111010110010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB594; }

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

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

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

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

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

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

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

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