#BCB491

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

Shades of Coriander #BCB491

Tints of Coriander #BCB491

Color information

#BCB491 (or 0xBCB491) is unknown color: approx Coriander. HEX triplet: BC, B4 and 91. RGB value is (188,180,145). Sum of RGB (Red+Green+Blue) = 188+180+145=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 180 (70.70% from 255 or 35.09% from 513); Blue value is 145 (57.03% from 255 or 28.27% from 513); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB491 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB491 is #434B6E. Grayscale: #B2B2B2. Windows color (decimal): -4410223 or 9548988. OLE color: 9548988.

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

Color convert

RGB188180145-
CMYK00.040.230.26
HSL48.84º24.29%65.29%-
HSV(B)48.84º22.87%73.73%-
XYZ42.1745.3833.32-
YUV178.4109.15134.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.65%
GREEN value IS 180 (70.70% from 255) = 35.09%
BLUE value IS 145 (57.03% from 255) = 28.27%
R=36.65%
G=35.09%
B=28.27%

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
Decimal18818014500.040.230.2648.8424.2965.29
HexBCB49104171A311841
Octal2742642210427326130101
Binary10111100101101001001000101001011111010110001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB491; }

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

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

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

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

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

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

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

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