Html Css Color HEX #BA874A Tussock

📋 copy color: '#BA874A'

red 186 ◦ green 135 ◦ blue 74

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

Shades of Tussock #BA874A

Tints of Tussock #BA874A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.18%

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

R = 47.09%
G = 34.18%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA874A (or 0xBA874A) is known color: Tussock. HEX triplet: BA, 87 and 4A. RGB value is (186,135,74). Sum of RGB (Red+Green+Blue) = 186+135+74=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 74 (29.30% from 255 or 18.73% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA874A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA874A is #4578B5. Grayscale: #8F8F8F. Windows color (decimal): -4552886 or 4884410. OLE color: 4884410.

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

Color convert

RGB 186 135 74 -
CMYK 0 0.27 0.60 0.27
HSL 32.68º 0.45% 0.51% -
HSV(B) 32.68º 0.6% 0.73% -
XYZ 30.15 28.26 10.34 -
YUV 143.3 88.9 158.46 -
System Red Green Blue C M Y K H S L
Decimal 186 135 74 0 0.27 0.60 0.27 32.68 0.45 0.51
Hex BA 87 4A 0 1B 3C 1B 21 2D 33
Octal 272 207 112 0 33 74 33 41 55 63
Binary 10111010 10000111 1001010 0 11011 111100 11011 100001 101101 110011

Color Harmonies of #BA874A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA874A

Black with #BA874A

Text Example


Text Example

White with #BA874A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA874A; }

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

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

background-color css

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

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

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

border-color css

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

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

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