Html Css Color HEX #BA8E4E Tussock

📋 copy color: '#BA8E4E'

red 186 ◦ green 142 ◦ blue 78

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

Shades of Tussock #BA8E4E

Tints of Tussock #BA8E4E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.98%

 BLUE value IS 78 (30.86% from 255) = 19.21%

R = 45.81%
G = 34.98%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA8E4E (or 0xBA8E4E) is known color: Tussock. HEX triplet: BA, 8E and 4E. RGB value is (186,142,78). Sum of RGB (Red+Green+Blue) = 186+142+78=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 142 (55.86% from 255 or 34.98% from 406); Blue value is 78 (30.86% from 255 or 19.21% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8E4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8E4E is #4571B1. Grayscale: #949494. Windows color (decimal): -4551090 or 5148346. OLE color: 5148346.

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

Color convert

RGB 186 142 78 -
CMYK 0 0.24 0.58 0.27
HSL 35.56º 0.44% 0.52% -
HSV(B) 35.56º 0.58% 0.73% -
XYZ 31.3 30.34 11.41 -
YUV 147.86 88.58 155.2 -
System Red Green Blue C M Y K H S L
Decimal 186 142 78 0 0.24 0.58 0.27 35.56 0.44 0.52
Hex BA 8E 4E 0 18 3A 1B 24 2C 34
Octal 272 216 116 0 30 72 33 44 54 64
Binary 10111010 10001110 1001110 0 11000 111010 11011 100100 101100 110100

Color Harmonies of #BA8E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8E4E

Black with #BA8E4E

Text Example


Text Example

White with #BA8E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8E4E; }

 p { color: rgb(186,142,78); }

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

background-color css

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

 a { background-color: rgb(186,142,78); }

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

border-color css

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

 span { border-color: rgb(186,142,78); }

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