Html Css Color HEX #BA954D Tussock

📋 copy color: '#BA954D'

red 186 ◦ green 149 ◦ blue 77

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

Shades of Tussock #BA954D

Tints of Tussock #BA954D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.69%

R = 45.15%
G = 36.17%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA954D (or 0xBA954D) is known color: Tussock. HEX triplet: BA, 95 and 4D. RGB value is (186,149,77). Sum of RGB (Red+Green+Blue) = 186+149+77=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 149 (58.59% from 255 or 36.17% from 412); Blue value is 77 (30.47% from 255 or 18.69% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA954D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA954D is #456AB2. Grayscale: #989898. Windows color (decimal): -4549299 or 5084602. OLE color: 5084602.

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

Color convert

RGB 186 149 77 -
CMYK 0 0.20 0.59 0.27
HSL 39.63º 0.44% 0.52% -
HSV(B) 39.63º 0.59% 0.73% -
XYZ 32.34 32.47 11.58 -
YUV 151.86 85.76 152.35 -
System Red Green Blue C M Y K H S L
Decimal 186 149 77 0 0.20 0.59 0.27 39.63 0.44 0.52
Hex BA 95 4D 0 14 3B 1B 28 2C 34
Octal 272 225 115 0 24 73 33 50 54 64
Binary 10111010 10010101 1001101 0 10100 111011 11011 101000 101100 110100

Color Harmonies of #BA954D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA954D

Black with #BA954D

Text Example


Text Example

White with #BA954D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA954D; }

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

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

background-color css

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

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

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

border-color css

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

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

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