Html Css Color HEX #BA9152 Tussock

📋 copy color: '#BA9152'

red 186 ◦ green 145 ◦ blue 82

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

Shades of Tussock #BA9152

Tints of Tussock #BA9152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.85%

R = 45.04%
G = 35.11%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA9152 (or 0xBA9152) is known color: Tussock. HEX triplet: BA, 91 and 52. RGB value is (186,145,82). Sum of RGB (Red+Green+Blue) = 186+145+82=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 82 (32.42% from 255 or 19.85% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9152 is #456EAD. Grayscale: #969696. Windows color (decimal): -4550318 or 5411258. OLE color: 5411258.

HSL color Cylindrical-coordinate representation of color #BA9152: hue angle of 36.35º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA9152 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 145 82 -
CMYK 0 0.22 0.56 0.27
HSL 36.35º 0.43% 0.53% -
HSV(B) 36.35º 0.56% 0.73% -
XYZ 31.9 31.3 12.34 -
YUV 150.08 89.58 153.62 -
System Red Green Blue C M Y K H S L
Decimal 186 145 82 0 0.22 0.56 0.27 36.35 0.43 0.53
Hex BA 91 52 0 16 38 1B 24 2B 35
Octal 272 221 122 0 26 70 33 44 53 65
Binary 10111010 10010001 1010010 0 10110 111000 11011 100100 101011 110101

Color Harmonies of #BA9152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9152

Black with #BA9152

Text Example


Text Example

White with #BA9152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9152; }

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

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

background-color css

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

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

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

border-color css

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

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

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