Html Css Color HEX #BA9150 Tussock

📋 copy color: '#BA9150'

red 186 ◦ green 145 ◦ blue 80

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

Shades of Tussock #BA9150

Tints of Tussock #BA9150

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.28%

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

R = 45.26%
G = 35.28%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BA9150 (or 0xBA9150) is known color: Tussock. HEX triplet: BA, 91 and 50. RGB value is (186,145,80). Sum of RGB (Red+Green+Blue) = 186+145+80=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 80 (31.64% from 255 or 19.46% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9150 is #456EAF. Grayscale: #969696. Windows color (decimal): -4550320 or 5280186. OLE color: 5280186.

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

Color convert

RGB 186 145 80 -
CMYK 0 0.22 0.57 0.27
HSL 36.79º 0.43% 0.52% -
HSV(B) 36.79º 0.57% 0.73% -
XYZ 31.82 31.27 11.95 -
YUV 149.85 88.58 153.79 -
System Red Green Blue C M Y K H S L
Decimal 186 145 80 0 0.22 0.57 0.27 36.79 0.43 0.52
Hex BA 91 50 0 16 39 1B 25 2B 34
Octal 272 221 120 0 26 71 33 45 53 64
Binary 10111010 10010001 1010000 0 10110 111001 11011 100101 101011 110100

Color Harmonies of #BA9150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9150

Black with #BA9150

Text Example


Text Example

White with #BA9150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9150; }

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

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

background-color css

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

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

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

border-color css

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

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

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