Html Css Color HEX #BA9352 Tussock

📋 copy color: '#BA9352'

red 186 ◦ green 147 ◦ blue 82

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

Shades of Tussock #BA9352

Tints of Tussock #BA9352

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.42%

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

R = 44.82%
G = 35.42%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA9352 (or 0xBA9352) is known color: Tussock. HEX triplet: BA, 93 and 52. RGB value is (186,147,82). Sum of RGB (Red+Green+Blue) = 186+147+82=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 82 (32.42% from 255 or 19.76% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9352 is #456CAD. Grayscale: #979797. Windows color (decimal): -4549806 or 5411770. OLE color: 5411770.

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

Color convert

RGB 186 147 82 -
CMYK 0 0.21 0.56 0.27
HSL 37.5º 0.43% 0.53% -
HSV(B) 37.5º 0.56% 0.73% -
XYZ 32.21 31.92 12.45 -
YUV 151.25 88.92 152.79 -
System Red Green Blue C M Y K H S L
Decimal 186 147 82 0 0.21 0.56 0.27 37.5 0.43 0.53
Hex BA 93 52 0 15 38 1B 26 2B 35
Octal 272 223 122 0 25 70 33 46 53 65
Binary 10111010 10010011 1010010 0 10101 111000 11011 100110 101011 110101

Color Harmonies of #BA9352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9352

Black with #BA9352

Text Example


Text Example

White with #BA9352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9352; }

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

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

background-color css

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

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

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

border-color css

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

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

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