Html Css Color HEX #BA9050 Tussock

📋 copy color: '#BA9050'

red 186 ◦ green 144 ◦ blue 80

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

Shades of Tussock #BA9050

Tints of Tussock #BA9050

RGB

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

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

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

R = 45.37%
G = 35.12%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BA9050 (or 0xBA9050) is known color: Tussock. HEX triplet: BA, 90 and 50. RGB value is (186,144,80). Sum of RGB (Red+Green+Blue) = 186+144+80=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 80 (31.64% from 255 or 19.51% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9050 is #456FAF. Grayscale: #959595. Windows color (decimal): -4550576 or 5279930. OLE color: 5279930.

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

Color convert

RGB 186 144 80 -
CMYK 0 0.23 0.57 0.27
HSL 36.23º 0.43% 0.52% -
HSV(B) 36.23º 0.57% 0.73% -
XYZ 31.67 30.96 11.9 -
YUV 149.26 88.91 154.2 -
System Red Green Blue C M Y K H S L
Decimal 186 144 80 0 0.23 0.57 0.27 36.23 0.43 0.52
Hex BA 90 50 0 17 39 1B 24 2B 34
Octal 272 220 120 0 27 71 33 44 53 64
Binary 10111010 10010000 1010000 0 10111 111001 11011 100100 101011 110100

Color Harmonies of #BA9050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9050

Black with #BA9050

Text Example


Text Example

White with #BA9050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9050; }

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

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

background-color css

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

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

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

border-color css

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

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

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