#BA9B4B

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

Shades of Husk #BA9B4B

Tints of Husk #BA9B4B

Color information

#BA9B4B (or 0xBA9B4B) is unknown color: approx Husk. HEX triplet: BA, 9B and 4B. RGB value is (186,155,75). Sum of RGB (Red+Green+Blue) = 186+155+75=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 155 (60.94% from 255 or 37.26% from 416); Blue value is 75 (29.69% from 255 or 18.03% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9B4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9B4B is #4564B4. Grayscale: #9B9B9B. Windows color (decimal): -4547765 or 4955066. OLE color: 4955066.

HSL color Cylindrical-coordinate representation of color #BA9B4B: hue angle of 43.24º 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 #BA9B4B is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB18615575-
CMYK00.170.600.27
HSL43.24º44.58%51.18%-
HSV(B)43.24º59.68%72.94%-
XYZ33.2434.3911.54-
YUV155.1582.77150-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.71%
GREEN value IS 155 (60.94% from 255) = 37.26%
BLUE value IS 75 (29.69% from 255) = 18.03%
R=44.71%
G=37.26%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861557500.170.600.2743.2444.5851.18
HexBA9B4B0113C1B2b2d33
Octal2722331130217433535563
Binary1011101010011011100101101000111110011011101011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9B4B; }

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

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

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

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

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

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

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

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