#BBB995

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

Shades of Coriander #BBB995

Tints of Coriander #BBB995

Color information

#BBB995 (or 0xBBB995) is unknown color: approx Coriander. HEX triplet: BB, B9 and 95. RGB value is (187,185,149). Sum of RGB (Red+Green+Blue) = 187+185+149=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 185 (72.66% from 255 or 35.51% from 521); Blue value is 149 (58.59% from 255 or 28.60% from 521); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB995 is #44466A. Grayscale: #B5B5B5. Windows color (decimal): -4474475 or 9812411. OLE color: 9812411.

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

Color convert

RGB187185149-
CMYK00.010.200.27
HSL56.84º21.84%65.88%-
HSV(B)56.84º20.32%73.33%-
XYZ43.2747.4335.31-
YUV181.49109.66131.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.89%
GREEN value IS 185 (72.66% from 255) = 35.51%
BLUE value IS 149 (58.59% from 255) = 28.60%
R=35.89%
G=35.51%
B=28.60%

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
Decimal18718514900.010.200.2756.8421.8465.88
HexBBB99501141B391642
Octal2732712250124337126102
Binary101110111011100110010101011010011011111001101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB995; }

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

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

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

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

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

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

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

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