Html Css Color HEX #BA9F52 Husk

📋 copy color: '#BA9F52'

red 186 ◦ green 159 ◦ blue 82

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

Shades of Husk #BA9F52

Tints of Husk #BA9F52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.2%

R = 43.56%
G = 37.24%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA9F52 (or 0xBA9F52) is known color: Husk. HEX triplet: BA, 9F and 52. RGB value is (186,159,82). Sum of RGB (Red+Green+Blue) = 186+159+82=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 159 (62.5% from 255 or 37.24% from 427); Blue value is 82 (32.42% from 255 or 19.20% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9F52 is #4560AD. Grayscale: #9E9E9E. Windows color (decimal): -4546734 or 5414842. OLE color: 5414842.

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

Color convert

RGB 186 159 82 -
CMYK 0 0.15 0.56 0.27
HSL 44.42º 0.43% 0.53% -
HSV(B) 44.42º 0.56% 0.73% -
XYZ 34.17 35.84 13.1 -
YUV 158.3 84.95 147.76 -
System Red Green Blue C M Y K H S L
Decimal 186 159 82 0 0.15 0.56 0.27 44.42 0.43 0.53
Hex BA 9F 52 0 F 38 1B 2C 2B 35
Octal 272 237 122 0 17 70 33 54 53 65
Binary 10111010 10011111 1010010 0 1111 111000 11011 101100 101011 110101

Color Harmonies of #BA9F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9F52

Black with #BA9F52

Text Example


Text Example

White with #BA9F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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