Html Css Color HEX #BA8947 Tussock

📋 copy color: '#BA8947'

red 186 ◦ green 137 ◦ blue 71

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

Shades of Tussock #BA8947

Tints of Tussock #BA8947

RGB

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

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

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

R = 47.21%
G = 34.77%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA8947 (or 0xBA8947) is known color: Tussock. HEX triplet: BA, 89 and 47. RGB value is (186,137,71). Sum of RGB (Red+Green+Blue) = 186+137+71=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 71 (28.12% from 255 or 18.02% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8947 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8947 is #4576B8. Grayscale: #909090. Windows color (decimal): -4552377 or 4688314. OLE color: 4688314.

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

Color convert

RGB 186 137 71 -
CMYK 0 0.26 0.62 0.27
HSL 34.43º 0.45% 0.5% -
HSV(B) 34.43º 0.62% 0.73% -
XYZ 30.33 28.79 9.92 -
YUV 144.13 86.73 157.87 -
System Red Green Blue C M Y K H S L
Decimal 186 137 71 0 0.26 0.62 0.27 34.43 0.45 0.5
Hex BA 89 47 0 1A 3E 1B 22 2D 32
Octal 272 211 107 0 32 76 33 42 55 62
Binary 10111010 10001001 1000111 0 11010 111110 11011 100010 101101 110010

Color Harmonies of #BA8947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8947

Black with #BA8947

Text Example


Text Example

White with #BA8947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8947; }

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

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

background-color css

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

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

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

border-color css

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

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

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