Html Css Color HEX #BA904A Tussock

📋 copy color: '#BA904A'

red 186 ◦ green 144 ◦ blue 74

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

Shades of Tussock #BA904A

Tints of Tussock #BA904A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.64%

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

R = 46.04%
G = 35.64%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA904A (or 0xBA904A) is known color: Tussock. HEX triplet: BA, 90 and 4A. RGB value is (186,144,74). Sum of RGB (Red+Green+Blue) = 186+144+74=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 74 (29.30% from 255 or 18.32% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA904A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA904A is #456FB5. Grayscale: #949494. Windows color (decimal): -4550582 or 4886714. OLE color: 4886714.

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

Color convert

RGB 186 144 74 -
CMYK 0 0.23 0.60 0.27
HSL 37.5º 0.45% 0.51% -
HSV(B) 37.5º 0.6% 0.73% -
XYZ 31.46 30.88 10.78 -
YUV 148.58 85.91 154.69 -
System Red Green Blue C M Y K H S L
Decimal 186 144 74 0 0.23 0.60 0.27 37.5 0.45 0.51
Hex BA 90 4A 0 17 3C 1B 26 2D 33
Octal 272 220 112 0 27 74 33 46 55 63
Binary 10111010 10010000 1001010 0 10111 111100 11011 100110 101101 110011

Color Harmonies of #BA904A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA904A

Black with #BA904A

Text Example


Text Example

White with #BA904A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA904A; }

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

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

background-color css

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

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

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

border-color css

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

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

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