#BBA056

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

Shades of Husk #BBA056

Tints of Husk #BBA056

Color information

#BBA056 (or 0xBBA056) is unknown color: approx Husk. HEX triplet: BB, A0 and 56. RGB value is (187,160,86). Sum of RGB (Red+Green+Blue) = 187+160+86=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 86 (33.98% from 255 or 19.86% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA056 is #445FA9. Grayscale: #9F9F9F. Windows color (decimal): -4480938 or 5677243. OLE color: 5677243.

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

Color convert

RGB18716086-
CMYK00.140.540.27
HSL43.96º42.62%53.53%-
HSV(B)43.96º54.01%73.33%-
XYZ34.7436.3813.99-
YUV159.6486.45147.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.19%
GREEN value IS 160 (62.89% from 255) = 36.95%
BLUE value IS 86 (33.98% from 255) = 19.86%
R=43.19%
G=36.95%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871608600.140.540.2743.9642.6253.53
HexBBA0560E361B2c2b36
Octal2732401260166633545366
Binary101110111010000010101100111011011011011101100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA056; }

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

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

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

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

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

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

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

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