Html Css Color HEX #BA974B Husk

📋 copy color: '#BA974B'

red 186 ◦ green 151 ◦ blue 75

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

Shades of Husk #BA974B

Tints of Husk #BA974B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.65%

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

R = 45.15%
G = 36.65%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA974B (or 0xBA974B) is known color: Husk. HEX triplet: BA, 97 and 4B. RGB value is (186,151,75). Sum of RGB (Red+Green+Blue) = 186+151+75=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 151 (59.38% from 255 or 36.65% from 412); Blue value is 75 (29.69% from 255 or 18.20% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA974B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA974B is #4568B4. Grayscale: #999999. Windows color (decimal): -4548789 or 4954042. OLE color: 4954042.

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

Color convert

RGB 186 151 75 -
CMYK 0 0.19 0.60 0.27
HSL 41.08º 0.45% 0.51% -
HSV(B) 41.08º 0.6% 0.73% -
XYZ 32.59 33.08 11.32 -
YUV 152.8 84.1 151.68 -
System Red Green Blue C M Y K H S L
Decimal 186 151 75 0 0.19 0.60 0.27 41.08 0.45 0.51
Hex BA 97 4B 0 13 3C 1B 29 2D 33
Octal 272 227 113 0 23 74 33 51 55 63
Binary 10111010 10010111 1001011 0 10011 111100 11011 101001 101101 110011

Color Harmonies of #BA974B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA974B

Black with #BA974B

Text Example


Text Example

White with #BA974B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA974B; }

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

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

background-color css

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

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

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

border-color css

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

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

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