Html Css Color HEX #BA974C Tussock

📋 copy color: '#BA974C'

red 186 ◦ green 151 ◦ blue 76

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

Shades of Tussock #BA974C

Tints of Tussock #BA974C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.4%

R = 45.04%
G = 36.56%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA974C (or 0xBA974C) is known color: Tussock. HEX triplet: BA, 97 and 4C. RGB value is (186,151,76). Sum of RGB (Red+Green+Blue) = 186+151+76=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 151 (59.38% from 255 or 36.56% from 413); Blue value is 76 (30.08% from 255 or 18.40% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA974C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA974C is #4568B3. Grayscale: #999999. Windows color (decimal): -4548788 or 5019578. OLE color: 5019578.

HSL color Cylindrical-coordinate representation of color #BA974C: hue angle of 40.91º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA974C is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 151 76 -
CMYK 0 0.19 0.59 0.27
HSL 40.91º 0.44% 0.51% -
HSV(B) 40.91º 0.59% 0.73% -
XYZ 32.62 33.09 11.51 -
YUV 152.92 84.6 151.6 -
System Red Green Blue C M Y K H S L
Decimal 186 151 76 0 0.19 0.59 0.27 40.91 0.44 0.51
Hex BA 97 4C 0 13 3B 1B 29 2C 33
Octal 272 227 114 0 23 73 33 51 54 63
Binary 10111010 10010111 1001100 0 10011 111011 11011 101001 101100 110011

Color Harmonies of #BA974C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA974C

Black with #BA974C

Text Example


Text Example

White with #BA974C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA974C; }

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

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

background-color css

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

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

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

border-color css

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

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

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