Html Css Color HEX #BA9452 Tussock

📋 copy color: '#BA9452'

red 186 ◦ green 148 ◦ blue 82

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

Shades of Tussock #BA9452

Tints of Tussock #BA9452

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.58%

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

R = 44.71%
G = 35.58%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA9452 (or 0xBA9452) is known color: Tussock. HEX triplet: BA, 94 and 52. RGB value is (186,148,82). Sum of RGB (Red+Green+Blue) = 186+148+82=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 82 (32.42% from 255 or 19.71% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9452 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9452 is #456BAD. Grayscale: #989898. Windows color (decimal): -4549550 or 5412026. OLE color: 5412026.

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

Color convert

RGB 186 148 82 -
CMYK 0 0.20 0.56 0.27
HSL 38.08º 0.43% 0.53% -
HSV(B) 38.08º 0.56% 0.73% -
XYZ 32.36 32.23 12.5 -
YUV 151.84 88.59 152.37 -
System Red Green Blue C M Y K H S L
Decimal 186 148 82 0 0.20 0.56 0.27 38.08 0.43 0.53
Hex BA 94 52 0 14 38 1B 26 2B 35
Octal 272 224 122 0 24 70 33 46 53 65
Binary 10111010 10010100 1010010 0 10100 111000 11011 100110 101011 110101

Color Harmonies of #BA9452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9452

Black with #BA9452

Text Example


Text Example

White with #BA9452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9452; }

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

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

background-color css

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

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

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

border-color css

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

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

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