Html Css Color HEX #BA9353 Tussock

📋 copy color: '#BA9353'

red 186 ◦ green 147 ◦ blue 83

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

Shades of Tussock #BA9353

Tints of Tussock #BA9353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 19.95%

R = 44.71%
G = 35.34%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA9353 (or 0xBA9353) is known color: Tussock. HEX triplet: BA, 93 and 53. RGB value is (186,147,83). Sum of RGB (Red+Green+Blue) = 186+147+83=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 83 (32.81% from 255 or 19.95% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9353 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9353 is #456CAC. Grayscale: #979797. Windows color (decimal): -4549805 or 5477306. OLE color: 5477306.

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

Color convert

RGB 186 147 83 -
CMYK 0 0.21 0.55 0.27
HSL 37.28º 0.43% 0.53% -
HSV(B) 37.28º 0.55% 0.73% -
XYZ 32.24 31.93 12.65 -
YUV 151.37 89.42 152.7 -
System Red Green Blue C M Y K H S L
Decimal 186 147 83 0 0.21 0.55 0.27 37.28 0.43 0.53
Hex BA 93 53 0 15 37 1B 25 2B 35
Octal 272 223 123 0 25 67 33 45 53 65
Binary 10111010 10010011 1010011 0 10101 110111 11011 100101 101011 110101

Color Harmonies of #BA9353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9353

Black with #BA9353

Text Example


Text Example

White with #BA9353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9353; }

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

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

background-color css

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

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

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

border-color css

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

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

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