#BBA055

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

Shades of Husk #BBA055

Tints of Husk #BBA055

Color information

#BBA055 (or 0xBBA055) is unknown color: approx Husk. HEX triplet: BB, A0 and 55. RGB value is (187,160,85). Sum of RGB (Red+Green+Blue) = 187+160+85=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 160 (62.89% from 255 or 37.04% from 432); Blue value is 85 (33.59% from 255 or 19.68% from 432); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA055 is #445FAA. Grayscale: #9F9F9F. Windows color (decimal): -4480939 or 5611707. OLE color: 5611707.

HSL color Cylindrical-coordinate representation of color #BBA055: hue angle of 44.12º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BBA055 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB18716085-
CMYK00.140.550.27
HSL44.12º42.86%53.33%-
HSV(B)44.12º54.55%73.33%-
XYZ34.736.3613.78-
YUV159.5285.95147.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.29%
GREEN value IS 160 (62.89% from 255) = 37.04%
BLUE value IS 85 (33.59% from 255) = 19.68%
R=43.29%
G=37.04%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871608500.140.550.2744.1242.8653.33
HexBBA0550E371B2c2b35
Octal2732401250166733545365
Binary101110111010000010101010111011011111011101100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA055; }

 p { color: rgb(187,160,85); }

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

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

 a { background-color: rgb(187,160,85); }

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

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

 span { border-color: rgb(187,160,85); }

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