Html Css Color HEX #BA8F4D Tussock

📋 copy color: '#BA8F4D'

red 186 ◦ green 143 ◦ blue 77

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

Shades of Tussock #BA8F4D

Tints of Tussock #BA8F4D

RGB

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

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

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

R = 45.81%
G = 35.22%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA8F4D (or 0xBA8F4D) is known color: Tussock. HEX triplet: BA, 8F and 4D. RGB value is (186,143,77). Sum of RGB (Red+Green+Blue) = 186+143+77=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 143 (56.25% from 255 or 35.22% from 406); Blue value is 77 (30.47% from 255 or 18.97% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8F4D is #4570B2. Grayscale: #949494. Windows color (decimal): -4550835 or 5083066. OLE color: 5083066.

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

Color convert

RGB 186 143 77 -
CMYK 0 0.23 0.59 0.27
HSL 36.33º 0.44% 0.52% -
HSV(B) 36.33º 0.59% 0.73% -
XYZ 31.41 30.62 11.28 -
YUV 148.33 87.75 154.87 -
System Red Green Blue C M Y K H S L
Decimal 186 143 77 0 0.23 0.59 0.27 36.33 0.44 0.52
Hex BA 8F 4D 0 17 3B 1B 24 2C 34
Octal 272 217 115 0 27 73 33 44 54 64
Binary 10111010 10001111 1001101 0 10111 111011 11011 100100 101100 110100

Color Harmonies of #BA8F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8F4D

Black with #BA8F4D

Text Example


Text Example

White with #BA8F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8F4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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