Html Css Color HEX #BA8949 Tussock

📋 copy color: '#BA8949'

red 186 ◦ green 137 ◦ blue 73

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

Shades of Tussock #BA8949

Tints of Tussock #BA8949

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.6%

 BLUE value IS 73 (28.91% from 255) = 18.43%

R = 46.97%
G = 34.6%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA8949 (or 0xBA8949) is known color: Tussock. HEX triplet: BA, 89 and 49. RGB value is (186,137,73). Sum of RGB (Red+Green+Blue) = 186+137+73=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 73 (28.91% from 255 or 18.43% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8949 is #4576B6. Grayscale: #909090. Windows color (decimal): -4552375 or 4819386. OLE color: 4819386.

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

Color convert

RGB 186 137 73 -
CMYK 0 0.26 0.61 0.27
HSL 33.98º 0.45% 0.51% -
HSV(B) 33.98º 0.61% 0.73% -
XYZ 30.4 28.81 10.26 -
YUV 144.36 87.73 157.7 -
System Red Green Blue C M Y K H S L
Decimal 186 137 73 0 0.26 0.61 0.27 33.98 0.45 0.51
Hex BA 89 49 0 1A 3D 1B 22 2D 33
Octal 272 211 111 0 32 75 33 42 55 63
Binary 10111010 10001001 1001001 0 11010 111101 11011 100010 101101 110011

Color Harmonies of #BA8949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8949

Black with #BA8949

Text Example


Text Example

White with #BA8949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8949; }

 p { color: rgb(186,137,73); }

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

background-color css

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

 a { background-color: rgb(186,137,73); }

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

border-color css

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

 span { border-color: rgb(186,137,73); }

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