Html Css Color HEX #BA9549 Tussock

📋 copy color: '#BA9549'

red 186 ◦ green 149 ◦ blue 73

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

Shades of Tussock #BA9549

Tints of Tussock #BA9549

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.52%

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

R = 45.59%
G = 36.52%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA9549 (or 0xBA9549) is known color: Tussock. HEX triplet: BA, 95 and 49. RGB value is (186,149,73). Sum of RGB (Red+Green+Blue) = 186+149+73=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 73 (28.91% from 255 or 17.89% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9549 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9549 is #456AB6. Grayscale: #979797. Windows color (decimal): -4549303 or 4822458. OLE color: 4822458.

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

Color convert

RGB 186 149 73 -
CMYK 0 0.20 0.61 0.27
HSL 40.35º 0.45% 0.51% -
HSV(B) 40.35º 0.61% 0.73% -
XYZ 32.2 32.42 10.86 -
YUV 151.4 83.76 152.68 -
System Red Green Blue C M Y K H S L
Decimal 186 149 73 0 0.20 0.61 0.27 40.35 0.45 0.51
Hex BA 95 49 0 14 3D 1B 28 2D 33
Octal 272 225 111 0 24 75 33 50 55 63
Binary 10111010 10010101 1001001 0 10100 111101 11011 101000 101101 110011

Color Harmonies of #BA9549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9549

Black with #BA9549

Text Example


Text Example

White with #BA9549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9549; }

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

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

background-color css

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

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

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

border-color css

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

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

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