Html Css Color HEX #BA914D Tussock

📋 copy color: '#BA914D'

red 186 ◦ green 145 ◦ blue 77

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

Shades of Tussock #BA914D

Tints of Tussock #BA914D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.54%

 BLUE value IS 77 (30.47% from 255) = 18.87%

R = 45.59%
G = 35.54%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA914D (or 0xBA914D) is known color: Tussock. HEX triplet: BA, 91 and 4D. RGB value is (186,145,77). Sum of RGB (Red+Green+Blue) = 186+145+77=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 77 (30.47% from 255 or 18.87% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA914D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA914D is #456EB2. Grayscale: #959595. Windows color (decimal): -4550323 or 5083578. OLE color: 5083578.

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

Color convert

RGB 186 145 77 -
CMYK 0 0.22 0.59 0.27
HSL 37.43º 0.44% 0.52% -
HSV(B) 37.43º 0.59% 0.73% -
XYZ 31.71 31.23 11.38 -
YUV 149.51 87.08 154.03 -
System Red Green Blue C M Y K H S L
Decimal 186 145 77 0 0.22 0.59 0.27 37.43 0.44 0.52
Hex BA 91 4D 0 16 3B 1B 25 2C 34
Octal 272 221 115 0 26 73 33 45 54 64
Binary 10111010 10010001 1001101 0 10110 111011 11011 100101 101100 110100

Color Harmonies of #BA914D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA914D

Black with #BA914D

Text Example


Text Example

White with #BA914D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA914D; }

 p { color: rgb(186,145,77); }

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

background-color css

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

 a { background-color: rgb(186,145,77); }

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

border-color css

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

 span { border-color: rgb(186,145,77); }

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