#BBB996

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

Shades of Coriander #BBB996

Tints of Coriander #BBB996

Color information

#BBB996 (or 0xBBB996) is unknown color: approx Coriander. HEX triplet: BB, B9 and 96. RGB value is (187,185,150). Sum of RGB (Red+Green+Blue) = 187+185+150=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 185 (72.66% from 255 or 35.44% from 522); Blue value is 150 (58.98% from 255 or 28.74% from 522); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB996 is #444669. Grayscale: #B5B5B5. Windows color (decimal): -4474474 or 9877947. OLE color: 9877947.

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

Color convert

RGB187185150-
CMYK00.010.200.27
HSL56.76º21.39%66.08%-
HSV(B)56.76º19.79%73.33%-
XYZ43.3547.4635.73-
YUV181.61110.16131.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.82%
GREEN value IS 185 (72.66% from 255) = 35.44%
BLUE value IS 150 (58.98% from 255) = 28.74%
R=35.82%
G=35.44%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718515000.010.200.2756.7621.3966.08
HexBBB99601141B391542
Octal2732712260124337125102
Binary101110111011100110010110011010011011111001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB996; }

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

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

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

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

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

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

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

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