Html Css Color HEX #BA8F4F Tussock

📋 copy color: '#BA8F4F'

red 186 ◦ green 143 ◦ blue 79

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

Shades of Tussock #BA8F4F

Tints of Tussock #BA8F4F

RGB

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

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

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

R = 45.59%
G = 35.05%
B = 19.36%

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

#BA8F4F (or 0xBA8F4F) is known color: Tussock. HEX triplet: BA, 8F and 4F. RGB value is (186,143,79). Sum of RGB (Red+Green+Blue) = 186+143+79=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 143 (56.25% from 255 or 35.05% from 408); Blue value is 79 (31.25% from 255 or 19.36% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8F4F is #4570B0. Grayscale: #949494. Windows color (decimal): -4550833 or 5214138. OLE color: 5214138.

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

Color convert

RGB 186 143 79 -
CMYK 0 0.23 0.58 0.27
HSL 35.89º 0.44% 0.52% -
HSV(B) 35.89º 0.58% 0.73% -
XYZ 31.48 30.65 11.65 -
YUV 148.56 88.75 154.7 -
System Red Green Blue C M Y K H S L
Decimal 186 143 79 0 0.23 0.58 0.27 35.89 0.44 0.52
Hex BA 8F 4F 0 17 3A 1B 24 2C 34
Octal 272 217 117 0 27 72 33 44 54 64
Binary 10111010 10001111 1001111 0 10111 111010 11011 100100 101100 110100

Color Harmonies of #BA8F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8F4F

Black with #BA8F4F

Text Example


Text Example

White with #BA8F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8F4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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