Html Css Color HEX #BA9E4B Husk

📋 copy color: '#BA9E4B'

red 186 ◦ green 158 ◦ blue 75

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

Shades of Husk #BA9E4B

Tints of Husk #BA9E4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.9%

R = 44.39%
G = 37.71%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA9E4B (or 0xBA9E4B) is known color: Husk. HEX triplet: BA, 9E and 4B. RGB value is (186,158,75). Sum of RGB (Red+Green+Blue) = 186+158+75=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 158 (62.11% from 255 or 37.71% from 419); Blue value is 75 (29.69% from 255 or 17.90% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9E4B is #4561B4. Grayscale: #9D9D9D. Windows color (decimal): -4546997 or 4955834. OLE color: 4955834.

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

Color convert

RGB 186 158 75 -
CMYK 0 0.15 0.60 0.27
HSL 44.86º 0.45% 0.51% -
HSV(B) 44.86º 0.6% 0.73% -
XYZ 33.75 35.4 11.71 -
YUV 156.91 81.78 148.75 -
System Red Green Blue C M Y K H S L
Decimal 186 158 75 0 0.15 0.60 0.27 44.86 0.45 0.51
Hex BA 9E 4B 0 F 3C 1B 2D 2D 33
Octal 272 236 113 0 17 74 33 55 55 63
Binary 10111010 10011110 1001011 0 1111 111100 11011 101101 101101 110011

Color Harmonies of #BA9E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9E4B

Black with #BA9E4B

Text Example


Text Example

White with #BA9E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9E4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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