#BBB997

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

Shades of Coriander #BBB997

Tints of Coriander #BBB997

Color information

#BBB997 (or 0xBBB997) is unknown color: approx Coriander. HEX triplet: BB, B9 and 97. RGB value is (187,185,151). Sum of RGB (Red+Green+Blue) = 187+185+151=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 185 (72.66% from 255 or 35.37% from 523); Blue value is 151 (59.38% from 255 or 28.87% from 523); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB997 is #444668. Grayscale: #B5B5B5. Windows color (decimal): -4474473 or 9943483. OLE color: 9943483.

HSL color Cylindrical-coordinate representation of color #BBB997: hue angle of 56.67º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBB997 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB187185151-
CMYK00.010.190.27
HSL56.67º20.93%66.27%-
HSV(B)56.67º19.25%73.33%-
XYZ43.4347.536.16-
YUV181.72110.66131.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.76%
GREEN value IS 185 (72.66% from 255) = 35.37%
BLUE value IS 151 (59.38% from 255) = 28.87%
R=35.76%
G=35.37%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718515100.010.190.2756.6720.9366.27
HexBBB99701131B391542
Octal2732712270123337125102
Binary101110111011100110010111011001111011111001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB997; }

 p { color: rgb(187,185,151); }

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

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

 a { background-color: rgb(187,185,151); }

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

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

 span { border-color: rgb(187,185,151); }

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