Html Css Color HEX #BA9B52 Husk

📋 copy color: '#BA9B52'

red 186 ◦ green 155 ◦ blue 82

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

Shades of Husk #BA9B52

Tints of Husk #BA9B52

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.64%

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

R = 43.97%
G = 36.64%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA9B52 (or 0xBA9B52) is known color: Husk. HEX triplet: BA, 9B and 52. RGB value is (186,155,82). Sum of RGB (Red+Green+Blue) = 186+155+82=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 155 (60.94% from 255 or 36.64% from 423); Blue value is 82 (32.42% from 255 or 19.39% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9B52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9B52 is #4564AD. Grayscale: #9C9C9C. Windows color (decimal): -4547758 or 5413818. OLE color: 5413818.

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

Color convert

RGB 186 155 82 -
CMYK 0 0.17 0.56 0.27
HSL 42.12º 0.43% 0.53% -
HSV(B) 42.12º 0.56% 0.73% -
XYZ 33.49 34.49 12.87 -
YUV 155.95 86.27 149.44 -
System Red Green Blue C M Y K H S L
Decimal 186 155 82 0 0.17 0.56 0.27 42.12 0.43 0.53
Hex BA 9B 52 0 11 38 1B 2A 2B 35
Octal 272 233 122 0 21 70 33 52 53 65
Binary 10111010 10011011 1010010 0 10001 111000 11011 101010 101011 110101

Color Harmonies of #BA9B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9B52

Black with #BA9B52

Text Example


Text Example

White with #BA9B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9B52; }

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

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

background-color css

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

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

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

border-color css

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

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

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