Html Css Color HEX #BA8648 Tussock

📋 copy color: '#BA8648'

red 186 ◦ green 134 ◦ blue 72

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

Shades of Tussock #BA8648

Tints of Tussock #BA8648

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.18%

 BLUE value IS 72 (28.52% from 255) = 18.37%

R = 47.45%
G = 34.18%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA8648 (or 0xBA8648) is known color: Tussock. HEX triplet: BA, 86 and 48. RGB value is (186,134,72). Sum of RGB (Red+Green+Blue) = 186+134+72=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 72 (28.52% from 255 or 18.37% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8648 is #4579B7. Grayscale: #8E8E8E. Windows color (decimal): -4553144 or 4753082. OLE color: 4753082.

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

Color convert

RGB 186 134 72 -
CMYK 0 0.28 0.61 0.27
HSL 32.63º 0.45% 0.51% -
HSV(B) 32.63º 0.61% 0.73% -
XYZ 29.94 27.96 9.95 -
YUV 142.48 88.23 159.04 -
System Red Green Blue C M Y K H S L
Decimal 186 134 72 0 0.28 0.61 0.27 32.63 0.45 0.51
Hex BA 86 48 0 1C 3D 1B 21 2D 33
Octal 272 206 110 0 34 75 33 41 55 63
Binary 10111010 10000110 1001000 0 11100 111101 11011 100001 101101 110011

Color Harmonies of #BA8648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8648

Black with #BA8648

Text Example


Text Example

White with #BA8648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8648; }

 p { color: rgb(186,134,72); }

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

background-color css

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

 a { background-color: rgb(186,134,72); }

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

border-color css

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

 span { border-color: rgb(186,134,72); }

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