#BBA150

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

Shades of Husk #BBA150

Tints of Husk #BBA150

Color information

#BBA150 (or 0xBBA150) is unknown color: approx Husk. HEX triplet: BB, A1 and 50. RGB value is (187,161,80). Sum of RGB (Red+Green+Blue) = 187+161+80=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 161 (63.28% from 255 or 37.62% from 428); Blue value is 80 (31.64% from 255 or 18.69% from 428); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA150 is #445EAF. Grayscale: #9F9F9F. Windows color (decimal): -4480688 or 5284283. OLE color: 5284283.

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

Color convert

RGB18716180-
CMYK00.140.570.27
HSL45.42º44.03%52.35%-
HSV(B)45.42º57.22%73.33%-
XYZ34.6936.6312.83-
YUV159.5483.11147.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.69%
GREEN value IS 161 (63.28% from 255) = 37.62%
BLUE value IS 80 (31.64% from 255) = 18.69%
R=43.69%
G=37.62%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871618000.140.570.2745.4244.0352.35
HexBBA1500E391B2d2c34
Octal2732411200167133555464
Binary101110111010000110100000111011100111011101101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA150; }

 p { color: rgb(187,161,80); }

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

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

 a { background-color: rgb(187,161,80); }

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

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

 span { border-color: rgb(187,161,80); }

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