#BCBB8E

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

Shades of Coriander #BCBB8E

Tints of Coriander #BCBB8E

Color information

#BCBB8E (or 0xBCBB8E) is unknown color: approx Coriander. HEX triplet: BC, BB and 8E. RGB value is (188,187,142). Sum of RGB (Red+Green+Blue) = 188+187+142=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 187 (73.44% from 255 or 36.17% from 517); Blue value is 142 (55.86% from 255 or 27.47% from 517); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBB8E is #434471. Grayscale: #B6B6B6. Windows color (decimal): -4408434 or 9354172. OLE color: 9354172.

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

Color convert

RGB188187142-
CMYK00.010.240.26
HSL58.7º25.56%64.71%-
HSV(B)58.7º24.47%73.73%-
XYZ43.3948.1932.6-
YUV182.17105.33132.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.36%
GREEN value IS 187 (73.44% from 255) = 36.17%
BLUE value IS 142 (55.86% from 255) = 27.47%
R=36.36%
G=36.17%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818714200.010.240.2658.725.5664.71
HexBCBB8E01181A3b1a41
Octal2742732160130327332101
Binary101111001011101110001110011100011010111011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBB8E; }

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

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

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

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

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

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

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

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