Html Css Color HEX #BA8950 Tussock

📋 copy color: '#BA8950'

red 186 ◦ green 137 ◦ blue 80

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

Shades of Tussock #BA8950

Tints of Tussock #BA8950

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34%

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

R = 46.15%
G = 34%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BA8950 (or 0xBA8950) is known color: Tussock. HEX triplet: BA, 89 and 50. RGB value is (186,137,80). Sum of RGB (Red+Green+Blue) = 186+137+80=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 137 (53.91% from 255 or 34.00% from 403); Blue value is 80 (31.64% from 255 or 19.85% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8950 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8950 is #4576AF. Grayscale: #919191. Windows color (decimal): -4552368 or 5278138. OLE color: 5278138.

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

Color convert

RGB 186 137 80 -
CMYK 0 0.26 0.57 0.27
HSL 32.26º 0.43% 0.52% -
HSV(B) 32.26º 0.57% 0.73% -
XYZ 30.64 28.91 11.55 -
YUV 145.15 91.23 157.13 -
System Red Green Blue C M Y K H S L
Decimal 186 137 80 0 0.26 0.57 0.27 32.26 0.43 0.52
Hex BA 89 50 0 1A 39 1B 20 2B 34
Octal 272 211 120 0 32 71 33 40 53 64
Binary 10111010 10001001 1010000 0 11010 111001 11011 100000 101011 110100

Color Harmonies of #BA8950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8950

Black with #BA8950

Text Example


Text Example

White with #BA8950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8950; }

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

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

background-color css

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

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

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

border-color css

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

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

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