Html Css Color HEX #BA9852 Tussock

📋 copy color: '#BA9852'

red 186 ◦ green 152 ◦ blue 82

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

Shades of Tussock #BA9852

Tints of Tussock #BA9852

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.19%

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

R = 44.29%
G = 36.19%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA9852 (or 0xBA9852) is known color: Tussock. HEX triplet: BA, 98 and 52. RGB value is (186,152,82). Sum of RGB (Red+Green+Blue) = 186+152+82=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 82 (32.42% from 255 or 19.52% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9852 is #4567AD. Grayscale: #9A9A9A. Windows color (decimal): -4548526 or 5413050. OLE color: 5413050.

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

Color convert

RGB 186 152 82 -
CMYK 0 0.18 0.56 0.27
HSL 40.38º 0.43% 0.53% -
HSV(B) 40.38º 0.56% 0.73% -
XYZ 33 33.5 12.71 -
YUV 154.19 87.26 150.69 -
System Red Green Blue C M Y K H S L
Decimal 186 152 82 0 0.18 0.56 0.27 40.38 0.43 0.53
Hex BA 98 52 0 12 38 1B 28 2B 35
Octal 272 230 122 0 22 70 33 50 53 65
Binary 10111010 10011000 1010010 0 10010 111000 11011 101000 101011 110101

Color Harmonies of #BA9852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9852

Black with #BA9852

Text Example


Text Example

White with #BA9852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9852; }

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

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

background-color css

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

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

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

border-color css

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

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

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