#BBB994

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

Shades of Coriander #BBB994

Tints of Coriander #BBB994

Color information

#BBB994 (or 0xBBB994) is unknown color: approx Coriander. HEX triplet: BB, B9 and 94. RGB value is (187,185,148). Sum of RGB (Red+Green+Blue) = 187+185+148=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 185 (72.66% from 255 or 35.58% from 520); Blue value is 148 (58.20% from 255 or 28.46% from 520); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB994 is #44466B. Grayscale: #B5B5B5. Windows color (decimal): -4474476 or 9746875. OLE color: 9746875.

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

Color convert

RGB187185148-
CMYK00.010.210.27
HSL56.92º22.29%65.69%-
HSV(B)56.92º20.86%73.33%-
XYZ43.1947.434.89-
YUV181.38109.16132.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.96%
GREEN value IS 185 (72.66% from 255) = 35.58%
BLUE value IS 148 (58.20% from 255) = 28.46%
R=35.96%
G=35.58%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718514800.010.210.2756.9222.2965.69
HexBBB99401151B391642
Octal2732712240125337126102
Binary101110111011100110010100011010111011111001101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB994; }

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

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

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

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

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

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

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

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