Html Css Color HEX #BA8D4C Tussock

📋 copy color: '#BA8D4C'

red 186 ◦ green 141 ◦ blue 76

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

Shades of Tussock #BA8D4C

Tints of Tussock #BA8D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.86%

R = 46.15%
G = 34.99%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA8D4C (or 0xBA8D4C) is known color: Tussock. HEX triplet: BA, 8D and 4C. RGB value is (186,141,76). Sum of RGB (Red+Green+Blue) = 186+141+76=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 76 (30.08% from 255 or 18.86% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8D4C is #4572B3. Grayscale: #939393. Windows color (decimal): -4551348 or 5017018. OLE color: 5017018.

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

Color convert

RGB 186 141 76 -
CMYK 0 0.24 0.59 0.27
HSL 35.45º 0.44% 0.51% -
HSV(B) 35.45º 0.59% 0.73% -
XYZ 31.08 30.01 10.99 -
YUV 147.05 87.91 155.79 -
System Red Green Blue C M Y K H S L
Decimal 186 141 76 0 0.24 0.59 0.27 35.45 0.44 0.51
Hex BA 8D 4C 0 18 3B 1B 23 2C 33
Octal 272 215 114 0 30 73 33 43 54 63
Binary 10111010 10001101 1001100 0 11000 111011 11011 100011 101100 110011

Color Harmonies of #BA8D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8D4C

Black with #BA8D4C

Text Example


Text Example

White with #BA8D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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