#BBB494

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

Shades of Coriander #BBB494

Tints of Coriander #BBB494

Color information

#BBB494 (or 0xBBB494) is unknown color: approx Coriander. HEX triplet: BB, B4 and 94. RGB value is (187,180,148). Sum of RGB (Red+Green+Blue) = 187+180+148=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 180 (70.70% from 255 or 34.95% from 515); Blue value is 148 (58.20% from 255 or 28.74% from 515); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB494 is #444B6B. Grayscale: #B2B2B2. Windows color (decimal): -4475756 or 9745595. OLE color: 9745595.

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

Color convert

RGB187180148-
CMYK00.040.210.27
HSL49.23º22.29%65.69%-
HSV(B)49.23º20.86%73.33%-
XYZ42.1645.3534.55-
YUV178.44110.82134.1-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.31%
GREEN value IS 180 (70.70% from 255) = 34.95%
BLUE value IS 148 (58.20% from 255) = 28.74%
R=36.31%
G=34.95%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718014800.040.210.2749.2322.2965.69
HexBBB49404151B311642
Octal2732642240425336126102
Binary10111011101101001001010001001010111011110001101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB494; }

 p { color: rgb(187,180,148); }

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

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

 a { background-color: rgb(187,180,148); }

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

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

 span { border-color: rgb(187,180,148); }

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