Html Css Color HEX #BA9450 Tussock

📋 copy color: '#BA9450'

red 186 ◦ green 148 ◦ blue 80

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

Shades of Tussock #BA9450

Tints of Tussock #BA9450

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.75%

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

R = 44.93%
G = 35.75%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BA9450 (or 0xBA9450) is known color: Tussock. HEX triplet: BA, 94 and 50. RGB value is (186,148,80). Sum of RGB (Red+Green+Blue) = 186+148+80=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 80 (31.64% from 255 or 19.32% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9450 is #456BAF. Grayscale: #979797. Windows color (decimal): -4549552 or 5280954. OLE color: 5280954.

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

Color convert

RGB 186 148 80 -
CMYK 0 0.20 0.57 0.27
HSL 38.49º 0.43% 0.52% -
HSV(B) 38.49º 0.57% 0.73% -
XYZ 32.29 32.2 12.1 -
YUV 151.61 87.59 152.53 -
System Red Green Blue C M Y K H S L
Decimal 186 148 80 0 0.20 0.57 0.27 38.49 0.43 0.52
Hex BA 94 50 0 14 39 1B 26 2B 34
Octal 272 224 120 0 24 71 33 46 53 64
Binary 10111010 10010100 1010000 0 10100 111001 11011 100110 101011 110100

Color Harmonies of #BA9450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9450

Black with #BA9450

Text Example


Text Example

White with #BA9450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9450; }

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

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

background-color css

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

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

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

border-color css

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

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

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