Html Css Color HEX #BA894A Tussock

📋 copy color: '#BA894A'

red 186 ◦ green 137 ◦ blue 74

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

Shades of Tussock #BA894A

Tints of Tussock #BA894A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.64%

R = 46.85%
G = 34.51%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA894A (or 0xBA894A) is known color: Tussock. HEX triplet: BA, 89 and 4A. RGB value is (186,137,74). Sum of RGB (Red+Green+Blue) = 186+137+74=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 74 (29.30% from 255 or 18.64% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA894A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA894A is #4576B5. Grayscale: #909090. Windows color (decimal): -4552374 or 4884922. OLE color: 4884922.

HSL color Cylindrical-coordinate representation of color #BA894A: hue angle of 33.75º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA894A is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 137 74 -
CMYK 0 0.26 0.60 0.27
HSL 33.75º 0.45% 0.51% -
HSV(B) 33.75º 0.6% 0.73% -
XYZ 30.43 28.82 10.44 -
YUV 144.47 88.23 157.62 -
System Red Green Blue C M Y K H S L
Decimal 186 137 74 0 0.26 0.60 0.27 33.75 0.45 0.51
Hex BA 89 4A 0 1A 3C 1B 22 2D 33
Octal 272 211 112 0 32 74 33 42 55 63
Binary 10111010 10001001 1001010 0 11010 111100 11011 100010 101101 110011

Color Harmonies of #BA894A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA894A

Black with #BA894A

Text Example


Text Example

White with #BA894A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA894A; }

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

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

background-color css

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

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

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

border-color css

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

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

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