Html Css Color HEX #BA8D4D Tussock

📋 copy color: '#BA8D4D'

red 186 ◦ green 141 ◦ blue 77

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

Shades of Tussock #BA8D4D

Tints of Tussock #BA8D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.06%

R = 46.04%
G = 34.9%
B = 19.06%

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

#BA8D4D (or 0xBA8D4D) is known color: Tussock. HEX triplet: BA, 8D and 4D. RGB value is (186,141,77). Sum of RGB (Red+Green+Blue) = 186+141+77=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 77 (30.47% from 255 or 19.06% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8D4D is #4572B2. Grayscale: #939393. Windows color (decimal): -4551347 or 5082554. OLE color: 5082554.

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

Color convert

RGB 186 141 77 -
CMYK 0 0.24 0.59 0.27
HSL 35.23º 0.44% 0.52% -
HSV(B) 35.23º 0.59% 0.73% -
XYZ 31.11 30.02 11.18 -
YUV 147.16 88.41 155.7 -
System Red Green Blue C M Y K H S L
Decimal 186 141 77 0 0.24 0.59 0.27 35.23 0.44 0.52
Hex BA 8D 4D 0 18 3B 1B 23 2C 34
Octal 272 215 115 0 30 73 33 43 54 64
Binary 10111010 10001101 1001101 0 11000 111011 11011 100011 101100 110100

Color Harmonies of #BA8D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8D4D

Black with #BA8D4D

Text Example


Text Example

White with #BA8D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8D4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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