Html Css Color HEX #BA994B Husk

📋 copy color: '#BA994B'

red 186 ◦ green 153 ◦ blue 75

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

Shades of Husk #BA994B

Tints of Husk #BA994B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.96%

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

R = 44.93%
G = 36.96%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA994B (or 0xBA994B) is known color: Husk. HEX triplet: BA, 99 and 4B. RGB value is (186,153,75). Sum of RGB (Red+Green+Blue) = 186+153+75=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 75 (29.69% from 255 or 18.12% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA994B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA994B is #4566B4. Grayscale: #9A9A9A. Windows color (decimal): -4548277 or 4954554. OLE color: 4954554.

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

Color convert

RGB 186 153 75 -
CMYK 0 0.18 0.60 0.27
HSL 42.16º 0.45% 0.51% -
HSV(B) 42.16º 0.6% 0.73% -
XYZ 32.91 33.73 11.43 -
YUV 153.98 83.43 150.84 -
System Red Green Blue C M Y K H S L
Decimal 186 153 75 0 0.18 0.60 0.27 42.16 0.45 0.51
Hex BA 99 4B 0 12 3C 1B 2A 2D 33
Octal 272 231 113 0 22 74 33 52 55 63
Binary 10111010 10011001 1001011 0 10010 111100 11011 101010 101101 110011

Color Harmonies of #BA994B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA994B

Black with #BA994B

Text Example


Text Example

White with #BA994B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA994B; }

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

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

background-color css

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

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

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

border-color css

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

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

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