Html Css Color HEX #BA9047 Tussock

📋 copy color: '#BA9047'

red 186 ◦ green 144 ◦ blue 71

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

Shades of Tussock #BA9047

Tints of Tussock #BA9047

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.91%

 BLUE value IS 71 (28.13% from 255) = 17.71%

R = 46.38%
G = 35.91%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA9047 (or 0xBA9047) is known color: Tussock. HEX triplet: BA, 90 and 47. RGB value is (186,144,71). Sum of RGB (Red+Green+Blue) = 186+144+71=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 71 (28.12% from 255 or 17.71% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9047 is #456FB8. Grayscale: #949494. Windows color (decimal): -4550585 or 4690106. OLE color: 4690106.

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

Color convert

RGB 186 144 71 -
CMYK 0 0.23 0.62 0.27
HSL 38.09º 0.45% 0.5% -
HSV(B) 38.09º 0.62% 0.73% -
XYZ 31.36 30.84 10.26 -
YUV 148.24 84.41 154.94 -
System Red Green Blue C M Y K H S L
Decimal 186 144 71 0 0.23 0.62 0.27 38.09 0.45 0.5
Hex BA 90 47 0 17 3E 1B 26 2D 32
Octal 272 220 107 0 27 76 33 46 55 62
Binary 10111010 10010000 1000111 0 10111 111110 11011 100110 101101 110010

Color Harmonies of #BA9047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9047

Black with #BA9047

Text Example


Text Example

White with #BA9047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9047; }

 p { color: rgb(186,144,71); }

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

background-color css

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

 a { background-color: rgb(186,144,71); }

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

border-color css

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

 span { border-color: rgb(186,144,71); }

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