#BBB696

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

Shades of Coriander #BBB696

Tints of Coriander #BBB696

Color information

#BBB696 (or 0xBBB696) is unknown color: approx Coriander. HEX triplet: BB, B6 and 96. RGB value is (187,182,150). Sum of RGB (Red+Green+Blue) = 187+182+150=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 182 (71.48% from 255 or 35.07% from 519); Blue value is 150 (58.98% from 255 or 28.90% from 519); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB696 is #444969. Grayscale: #B3B3B3. Windows color (decimal): -4475242 or 9877179. OLE color: 9877179.

HSL color Cylindrical-coordinate representation of color #BBB696: hue angle of 51.89º 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 #BBB696 is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB187182150-
CMYK00.030.200.27
HSL51.89º21.39%66.08%-
HSV(B)51.89º19.79%73.33%-
XYZ42.7346.2235.52-
YUV179.85111.16133.1-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.03%
GREEN value IS 182 (71.48% from 255) = 35.07%
BLUE value IS 150 (58.98% from 255) = 28.90%
R=36.03%
G=35.07%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718215000.030.200.2751.8921.3966.08
HexBBB69603141B341542
Octal2732662260324336425102
Binary1011101110110110100101100111010011011110100101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB696; }

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

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

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

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

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

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

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

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