#BCBB90

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

Shades of Coriander #BCBB90

Tints of Coriander #BCBB90

Color information

#BCBB90 (or 0xBCBB90) is unknown color: approx Coriander. HEX triplet: BC, BB and 90. RGB value is (188,187,144). Sum of RGB (Red+Green+Blue) = 188+187+144=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 187 (73.44% from 255 or 36.03% from 519); Blue value is 144 (56.64% from 255 or 27.75% from 519); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBB90 is #43446F. Grayscale: #B6B6B6. Windows color (decimal): -4408432 or 9485244. OLE color: 9485244.

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

Color convert

RGB188187144-
CMYK00.010.230.26
HSL58.64º24.72%65.1%-
HSV(B)58.64º23.4%73.73%-
XYZ43.5448.2533.4-
YUV182.4106.33132-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.22%
GREEN value IS 187 (73.44% from 255) = 36.03%
BLUE value IS 144 (56.64% from 255) = 27.75%
R=36.22%
G=36.03%
B=27.75%

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
Decimal18818714400.010.230.2658.6424.7265.1
HexBCBB9001171A3b1941
Octal2742732200127327331101
Binary101111001011101110010000011011111010111011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBB90; }

 p { color: rgb(188,187,144); }

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

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

 a { background-color: rgb(188,187,144); }

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

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

 span { border-color: rgb(188,187,144); }

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