Html Css Color HEX #BA854A Tussock

📋 copy color: '#BA854A'

red 186 ◦ green 133 ◦ blue 74

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

Shades of Tussock #BA854A

Tints of Tussock #BA854A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.84%

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

R = 47.33%
G = 33.84%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA854A (or 0xBA854A) is known color: Tussock. HEX triplet: BA, 85 and 4A. RGB value is (186,133,74). Sum of RGB (Red+Green+Blue) = 186+133+74=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 74 (29.30% from 255 or 18.83% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA854A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA854A is #457AB5. Grayscale: #8E8E8E. Windows color (decimal): -4553398 or 4883898. OLE color: 4883898.

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

Color convert

RGB 186 133 74 -
CMYK 0 0.28 0.60 0.27
HSL 31.61º 0.45% 0.51% -
HSV(B) 31.61º 0.6% 0.73% -
XYZ 29.87 27.71 10.25 -
YUV 142.12 89.56 159.3 -
System Red Green Blue C M Y K H S L
Decimal 186 133 74 0 0.28 0.60 0.27 31.61 0.45 0.51
Hex BA 85 4A 0 1C 3C 1B 20 2D 33
Octal 272 205 112 0 34 74 33 40 55 63
Binary 10111010 10000101 1001010 0 11100 111100 11011 100000 101101 110011

Color Harmonies of #BA854A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA854A

Black with #BA854A

Text Example


Text Example

White with #BA854A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA854A; }

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

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

background-color css

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

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

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

border-color css

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

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

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