Html Css Color HEX #BA8F4E Tussock

📋 copy color: '#BA8F4E'

red 186 ◦ green 143 ◦ blue 78

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

Shades of Tussock #BA8F4E

Tints of Tussock #BA8F4E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.14%

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

R = 45.7%
G = 35.14%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA8F4E (or 0xBA8F4E) is known color: Tussock. HEX triplet: BA, 8F and 4E. RGB value is (186,143,78). Sum of RGB (Red+Green+Blue) = 186+143+78=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 143 (56.25% from 255 or 35.14% from 407); Blue value is 78 (30.86% from 255 or 19.16% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8F4E is #4570B1. Grayscale: #949494. Windows color (decimal): -4550834 or 5148602. OLE color: 5148602.

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

Color convert

RGB 186 143 78 -
CMYK 0 0.23 0.58 0.27
HSL 36.11º 0.44% 0.52% -
HSV(B) 36.11º 0.58% 0.73% -
XYZ 31.45 30.63 11.46 -
YUV 148.45 88.25 154.79 -
System Red Green Blue C M Y K H S L
Decimal 186 143 78 0 0.23 0.58 0.27 36.11 0.44 0.52
Hex BA 8F 4E 0 17 3A 1B 24 2C 34
Octal 272 217 116 0 27 72 33 44 54 64
Binary 10111010 10001111 1001110 0 10111 111010 11011 100100 101100 110100

Color Harmonies of #BA8F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8F4E

Black with #BA8F4E

Text Example


Text Example

White with #BA8F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8F4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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