Html Css Color HEX #BA914C Tussock

📋 copy color: '#BA914C'

red 186 ◦ green 145 ◦ blue 76

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

Shades of Tussock #BA914C

Tints of Tussock #BA914C

RGB

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

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

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

R = 45.7%
G = 35.63%
B = 18.67%

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

#BA914C (or 0xBA914C) is known color: Tussock. HEX triplet: BA, 91 and 4C. RGB value is (186,145,76). Sum of RGB (Red+Green+Blue) = 186+145+76=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 76 (30.08% from 255 or 18.67% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA914C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA914C is #456EB3. Grayscale: #959595. Windows color (decimal): -4550324 or 5018042. OLE color: 5018042.

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

Color convert

RGB 186 145 76 -
CMYK 0 0.22 0.59 0.27
HSL 37.64º 0.44% 0.51% -
HSV(B) 37.64º 0.59% 0.73% -
XYZ 31.68 31.21 11.19 -
YUV 149.39 86.58 154.11 -
System Red Green Blue C M Y K H S L
Decimal 186 145 76 0 0.22 0.59 0.27 37.64 0.44 0.51
Hex BA 91 4C 0 16 3B 1B 26 2C 33
Octal 272 221 114 0 26 73 33 46 54 63
Binary 10111010 10010001 1001100 0 10110 111011 11011 100110 101100 110011

Color Harmonies of #BA914C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA914C

Black with #BA914C

Text Example


Text Example

White with #BA914C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA914C; }

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

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

background-color css

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

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

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

border-color css

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

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

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