#BBBA94

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

Shades of Coriander #BBBA94

Tints of Coriander #BBBA94

Color information

#BBBA94 (or 0xBBBA94) is unknown color: approx Coriander. HEX triplet: BB, BA and 94. RGB value is (187,186,148). Sum of RGB (Red+Green+Blue) = 187+186+148=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 148 (58.20% from 255 or 28.41% from 521); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBA94 is #44456B. Grayscale: #B6B6B6. Windows color (decimal): -4474220 or 9747131. OLE color: 9747131.

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

Color convert

RGB187186148-
CMYK00.010.210.27
HSL58.46º22.29%65.69%-
HSV(B)58.46º20.86%73.33%-
XYZ43.447.8234.96-
YUV181.97108.83131.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.89%
GREEN value IS 186 (73.05% from 255) = 35.70%
BLUE value IS 148 (58.20% from 255) = 28.41%
R=35.89%
G=35.70%
B=28.41%

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
Decimal18718614800.010.210.2758.4622.2965.69
HexBBBA9401151B3a1642
Octal2732722240125337226102
Binary101110111011101010010100011010111011111010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBA94; }

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

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

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

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

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

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

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

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