Html Css Color HEX #BA9E48 Husk

📋 copy color: '#BA9E48'

red 186 ◦ green 158 ◦ blue 72

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

Shades of Husk #BA9E48

Tints of Husk #BA9E48

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.98%

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

R = 44.71%
G = 37.98%
B = 17.31%

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

#BA9E48 (or 0xBA9E48) is known color: Husk. HEX triplet: BA, 9E and 48. RGB value is (186,158,72). Sum of RGB (Red+Green+Blue) = 186+158+72=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 72 (28.52% from 255 or 17.31% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9E48 is #4561B7. Grayscale: #9C9C9C. Windows color (decimal): -4547000 or 4759226. OLE color: 4759226.

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

Color convert

RGB 186 158 72 -
CMYK 0 0.15 0.61 0.27
HSL 45.26º 0.45% 0.51% -
HSV(B) 45.26º 0.61% 0.73% -
XYZ 33.65 35.36 11.18 -
YUV 156.57 80.28 148.99 -
System Red Green Blue C M Y K H S L
Decimal 186 158 72 0 0.15 0.61 0.27 45.26 0.45 0.51
Hex BA 9E 48 0 F 3D 1B 2D 2D 33
Octal 272 236 110 0 17 75 33 55 55 63
Binary 10111010 10011110 1001000 0 1111 111101 11011 101101 101101 110011

Color Harmonies of #BA9E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9E48

Black with #BA9E48

Text Example


Text Example

White with #BA9E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9E48; }

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

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

background-color css

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

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

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

border-color css

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

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

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