Html Css Color HEX #BA9350 Tussock

📋 copy color: '#BA9350'

red 186 ◦ green 147 ◦ blue 80

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

Shades of Tussock #BA9350

Tints of Tussock #BA9350

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.59%

 BLUE value IS 80 (31.64% from 255) = 19.37%

R = 45.04%
G = 35.59%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BA9350 (or 0xBA9350) is known color: Tussock. HEX triplet: BA, 93 and 50. RGB value is (186,147,80). Sum of RGB (Red+Green+Blue) = 186+147+80=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 80 (31.64% from 255 or 19.37% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9350 is #456CAF. Grayscale: #979797. Windows color (decimal): -4549808 or 5280698. OLE color: 5280698.

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

Color convert

RGB 186 147 80 -
CMYK 0 0.21 0.57 0.27
HSL 37.92º 0.43% 0.52% -
HSV(B) 37.92º 0.57% 0.73% -
XYZ 32.13 31.89 12.05 -
YUV 151.02 87.92 152.95 -
System Red Green Blue C M Y K H S L
Decimal 186 147 80 0 0.21 0.57 0.27 37.92 0.43 0.52
Hex BA 93 50 0 15 39 1B 26 2B 34
Octal 272 223 120 0 25 71 33 46 53 64
Binary 10111010 10010011 1010000 0 10101 111001 11011 100110 101011 110100

Color Harmonies of #BA9350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9350

Black with #BA9350

Text Example


Text Example

White with #BA9350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9350; }

 p { color: rgb(186,147,80); }

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

background-color css

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

 a { background-color: rgb(186,147,80); }

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

border-color css

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

 span { border-color: rgb(186,147,80); }

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