#BB9A4A

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

Shades of Husk #BB9A4A

Tints of Husk #BB9A4A

Color information

#BB9A4A (or 0xBB9A4A) is unknown color: approx Husk. HEX triplet: BB, 9A and 4A. RGB value is (187,154,74). Sum of RGB (Red+Green+Blue) = 187+154+74=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 154 (60.55% from 255 or 37.11% from 415); Blue value is 74 (29.30% from 255 or 17.83% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9A4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9A4A is #4465B5. Grayscale: #9B9B9B. Windows color (decimal): -4482486 or 4889275. OLE color: 4889275.

HSL color Cylindrical-coordinate representation of color #BB9A4A: hue angle of 42.48º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB9A4A is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB18715474-
CMYK00.180.600.27
HSL42.48º45.38%51.18%-
HSV(B)42.48º60.43%73.33%-
XYZ33.2934.1711.32-
YUV154.7582.43151-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.06%
GREEN value IS 154 (60.55% from 255) = 37.11%
BLUE value IS 74 (29.30% from 255) = 17.83%
R=45.06%
G=37.11%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871547400.180.600.2742.4845.3851.18
HexBB9A4A0123C1B2a2d33
Octal2732321120227433525563
Binary1011101110011010100101001001011110011011101010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9A4A; }

 p { color: rgb(187,154,74); }

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

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

 a { background-color: rgb(187,154,74); }

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

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

 span { border-color: rgb(187,154,74); }

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