Html Css Color HEX #BA8D48 Tussock

📋 copy color: '#BA8D48'

red 186 ◦ green 141 ◦ blue 72

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

Shades of Tussock #BA8D48

Tints of Tussock #BA8D48

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.34%

 BLUE value IS 72 (28.52% from 255) = 18.05%

R = 46.62%
G = 35.34%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA8D48 (or 0xBA8D48) is known color: Tussock. HEX triplet: BA, 8D and 48. RGB value is (186,141,72). Sum of RGB (Red+Green+Blue) = 186+141+72=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 72 (28.52% from 255 or 18.05% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8D48 is #4572B7. Grayscale: #929292. Windows color (decimal): -4551352 or 4754874. OLE color: 4754874.

HSL color Cylindrical-coordinate representation of color #BA8D48: hue angle of 36.32º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA8D48 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 141 72 -
CMYK 0 0.24 0.61 0.27
HSL 36.32º 0.45% 0.51% -
HSV(B) 36.32º 0.61% 0.73% -
XYZ 30.94 29.96 10.28 -
YUV 146.59 85.91 156.11 -
System Red Green Blue C M Y K H S L
Decimal 186 141 72 0 0.24 0.61 0.27 36.32 0.45 0.51
Hex BA 8D 48 0 18 3D 1B 24 2D 33
Octal 272 215 110 0 30 75 33 44 55 63
Binary 10111010 10001101 1001000 0 11000 111101 11011 100100 101101 110011

Color Harmonies of #BA8D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8D48

Black with #BA8D48

Text Example


Text Example

White with #BA8D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8D48; }

 p { color: rgb(186,141,72); }

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

background-color css

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

 a { background-color: rgb(186,141,72); }

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

border-color css

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

 span { border-color: rgb(186,141,72); }

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