#BA9B51

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

Shades of Husk #BA9B51

Tints of Husk #BA9B51

Color information

#BA9B51 (or 0xBA9B51) is unknown color: approx Husk. HEX triplet: BA, 9B and 51. RGB value is (186,155,81). Sum of RGB (Red+Green+Blue) = 186+155+81=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 155 (60.94% from 255 or 36.73% from 422); Blue value is 81 (32.03% from 255 or 19.19% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9B51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9B51 is #4564AE. Grayscale: #9C9C9C. Windows color (decimal): -4547759 or 5348282. OLE color: 5348282.

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

Color convert

RGB18615581-
CMYK00.170.560.27
HSL42.29º43.21%52.35%-
HSV(B)42.29º56.45%72.94%-
XYZ33.4634.4812.68-
YUV155.8385.77149.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.08%
GREEN value IS 155 (60.94% from 255) = 36.73%
BLUE value IS 81 (32.03% from 255) = 19.19%
R=44.08%
G=36.73%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861558100.170.560.2742.2943.2152.35
HexBA9B51011381B2a2b34
Octal2722331210217033525364
Binary1011101010011011101000101000111100011011101010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9B51; }

 p { color: rgb(186,155,81); }

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

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

 a { background-color: rgb(186,155,81); }

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

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

 span { border-color: rgb(186,155,81); }

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