Html Css Color HEX #BA8E4F Tussock

📋 copy color: '#BA8E4F'

red 186 ◦ green 142 ◦ blue 79

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

Shades of Tussock #BA8E4F

Tints of Tussock #BA8E4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.41%

R = 45.7%
G = 34.89%
B = 19.41%

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

#BA8E4F (or 0xBA8E4F) is known color: Tussock. HEX triplet: BA, 8E and 4F. RGB value is (186,142,79). Sum of RGB (Red+Green+Blue) = 186+142+79=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 142 (55.86% from 255 or 34.89% from 407); Blue value is 79 (31.25% from 255 or 19.41% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8E4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8E4F is #4571B0. Grayscale: #949494. Windows color (decimal): -4551089 or 5213882. OLE color: 5213882.

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

Color convert

RGB 186 142 79 -
CMYK 0 0.24 0.58 0.27
HSL 35.33º 0.44% 0.52% -
HSV(B) 35.33º 0.58% 0.73% -
XYZ 31.33 30.35 11.6 -
YUV 147.97 89.08 155.12 -
System Red Green Blue C M Y K H S L
Decimal 186 142 79 0 0.24 0.58 0.27 35.33 0.44 0.52
Hex BA 8E 4F 0 18 3A 1B 23 2C 34
Octal 272 216 117 0 30 72 33 43 54 64
Binary 10111010 10001110 1001111 0 11000 111010 11011 100011 101100 110100

Color Harmonies of #BA8E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8E4F

Black with #BA8E4F

Text Example


Text Example

White with #BA8E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8E4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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