#BCBA91

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

Shades of Coriander #BCBA91

Tints of Coriander #BCBA91

Color information

#BCBA91 (or 0xBCBA91) is unknown color: approx Coriander. HEX triplet: BC, BA and 91. RGB value is (188,186,145). Sum of RGB (Red+Green+Blue) = 188+186+145=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 145 (57.03% from 255 or 27.94% from 519); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBA91 is #43456E. Grayscale: #B6B6B6. Windows color (decimal): -4408687 or 9550524. OLE color: 9550524.

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

Color convert

RGB188186145-
CMYK00.010.230.26
HSL57.21º24.29%65.29%-
HSV(B)57.21º22.87%73.73%-
XYZ43.4147.8533.74-
YUV181.92107.16132.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.22%
GREEN value IS 186 (73.05% from 255) = 35.84%
BLUE value IS 145 (57.03% from 255) = 27.94%
R=36.22%
G=35.84%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818614500.010.230.2657.2124.2965.29
HexBCBA9101171A391841
Octal2742722210127327130101
Binary101111001011101010010001011011111010111001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBA91; }

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

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

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

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

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

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

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

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