Html Css Color HEX #BA9F48 Husk

📋 copy color: '#BA9F48'

red 186 ◦ green 159 ◦ blue 72

#BA9F48
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Husk #BA9F48

Tints of Husk #BA9F48

RGB

 RED value IS 186 (73.05% from 255) = 44.6%

 GREEN value IS 159 (62.5% from 255) = 38.13%

 BLUE value IS 72 (28.52% from 255) = 17.27%

R = 44.6%
G = 38.13%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA9F48 (or 0xBA9F48) is known color: Husk. HEX triplet: BA, 9F and 48. RGB value is (186,159,72). Sum of RGB (Red+Green+Blue) = 186+159+72=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 72 (28.52% from 255 or 17.27% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9F48 is #4560B7. Grayscale: #9D9D9D. Windows color (decimal): -4546744 or 4759482. OLE color: 4759482.

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

Color convert

RGB 186 159 72 -
CMYK 0 0.15 0.61 0.27
HSL 45.79º 0.45% 0.51% -
HSV(B) 45.79º 0.61% 0.73% -
XYZ 33.82 35.7 11.24 -
YUV 157.16 79.95 148.57 -
System Red Green Blue C M Y K H S L
Decimal 186 159 72 0 0.15 0.61 0.27 45.79 0.45 0.51
Hex BA 9F 48 0 F 3D 1B 2E 2D 33
Octal 272 237 110 0 17 75 33 56 55 63
Binary 10111010 10011111 1001000 0 1111 111101 11011 101110 101101 110011

Color Harmonies of #BA9F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9F48

Black with #BA9F48

Text Example


Text Example

White with #BA9F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9F48; }

 p { color: rgb(186,159,72); }

 H1.HeaderClassName
 {
   color: #BA9F48;
 }
 .AnyTagClassName
 {
   color: #BA9F48;
 }
</style>

background-color css

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

 a { background-color: rgb(186,159,72); }

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

border-color css

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

 span { border-color: rgb(186,159,72); }

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