#BCBB8B

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

Shades of Coriander #BCBB8B

Tints of Coriander #BCBB8B

Color information

#BCBB8B (or 0xBCBB8B) is unknown color: approx Coriander. HEX triplet: BC, BB and 8B. RGB value is (188,187,139). Sum of RGB (Red+Green+Blue) = 188+187+139=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 187 (73.44% from 255 or 36.38% from 514); Blue value is 139 (54.69% from 255 or 27.04% from 514); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBB8B is #434474. Grayscale: #B6B6B6. Windows color (decimal): -4408437 or 9157564. OLE color: 9157564.

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

Color convert

RGB188187139-
CMYK00.010.260.26
HSL58.78º26.78%64.12%-
HSV(B)58.78º26.06%73.73%-
XYZ43.1748.131.43-
YUV181.83103.83132.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.58%
GREEN value IS 187 (73.44% from 255) = 36.38%
BLUE value IS 139 (54.69% from 255) = 27.04%
R=36.58%
G=36.38%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818713900.010.260.2658.7826.7864.12
HexBCBB8B011A1A3b1b40
Octal2742732130132327333100
Binary101111001011101110001011011101011010111011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBB8B; }

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

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

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

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

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

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

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

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