Html Css Color HEX #BA954A Tussock

📋 copy color: '#BA954A'

red 186 ◦ green 149 ◦ blue 74

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

Shades of Tussock #BA954A

Tints of Tussock #BA954A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.43%

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

R = 45.48%
G = 36.43%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA954A (or 0xBA954A) is known color: Tussock. HEX triplet: BA, 95 and 4A. RGB value is (186,149,74). Sum of RGB (Red+Green+Blue) = 186+149+74=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 74 (29.30% from 255 or 18.09% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA954A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA954A is #456AB5. Grayscale: #979797. Windows color (decimal): -4549302 or 4887994. OLE color: 4887994.

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

Color convert

RGB 186 149 74 -
CMYK 0 0.20 0.60 0.27
HSL 40.18º 0.45% 0.51% -
HSV(B) 40.18º 0.6% 0.73% -
XYZ 32.23 32.43 11.04 -
YUV 151.51 84.26 152.6 -
System Red Green Blue C M Y K H S L
Decimal 186 149 74 0 0.20 0.60 0.27 40.18 0.45 0.51
Hex BA 95 4A 0 14 3C 1B 28 2D 33
Octal 272 225 112 0 24 74 33 50 55 63
Binary 10111010 10010101 1001010 0 10100 111100 11011 101000 101101 110011

Color Harmonies of #BA954A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA954A

Black with #BA954A

Text Example


Text Example

White with #BA954A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA954A; }

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

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

background-color css

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

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

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

border-color css

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

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

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