Html Css Color HEX #BA894D Tussock

📋 copy color: '#BA894D'

red 186 ◦ green 137 ◦ blue 77

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

Shades of Tussock #BA894D

Tints of Tussock #BA894D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.25%

R = 46.5%
G = 34.25%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA894D (or 0xBA894D) is known color: Tussock. HEX triplet: BA, 89 and 4D. RGB value is (186,137,77). Sum of RGB (Red+Green+Blue) = 186+137+77=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 77 (30.47% from 255 or 19.25% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA894D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA894D is #4576B2. Grayscale: #919191. Windows color (decimal): -4552371 or 5081530. OLE color: 5081530.

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

Color convert

RGB 186 137 77 -
CMYK 0 0.26 0.59 0.27
HSL 33.03º 0.44% 0.52% -
HSV(B) 33.03º 0.59% 0.73% -
XYZ 30.53 28.87 10.98 -
YUV 144.81 89.73 157.38 -
System Red Green Blue C M Y K H S L
Decimal 186 137 77 0 0.26 0.59 0.27 33.03 0.44 0.52
Hex BA 89 4D 0 1A 3B 1B 21 2C 34
Octal 272 211 115 0 32 73 33 41 54 64
Binary 10111010 10001001 1001101 0 11010 111011 11011 100001 101100 110100

Color Harmonies of #BA894D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA894D

Black with #BA894D

Text Example


Text Example

White with #BA894D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA894D; }

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

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

background-color css

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

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

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

border-color css

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

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

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