Html Css Color HEX #BA7F5F Medium Wood

📋 copy color: '#BA7F5F'

red 186 ◦ green 127 ◦ blue 95

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

Shades of Medium Wood #BA7F5F

Tints of Medium Wood #BA7F5F

RGB

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

 GREEN value IS 127 (50% from 255) = 31.13%

 BLUE value IS 95 (37.5% from 255) = 23.28%

R = 45.59%
G = 31.13%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA7F5F (or 0xBA7F5F) is known color: Medium Wood. HEX triplet: BA, 7F and 5F. RGB value is (186,127,95). Sum of RGB (Red+Green+Blue) = 186+127+95=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 95 (37.5% from 255 or 23.28% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7F5F is #4580A0. Grayscale: #8D8D8D. Windows color (decimal): -4554913 or 6258618. OLE color: 6258618.

HSL color Cylindrical-coordinate representation of color #BA7F5F: hue angle of 21.1º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA7F5F is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 127 95 -
CMYK 0 0.32 0.49 0.27
HSL 21.1º 0.4% 0.55% -
HSV(B) 21.1º 0.49% 0.73% -
XYZ 29.9 26.44 14.35 -
YUV 140.99 102.05 160.1 -
System Red Green Blue C M Y K H S L
Decimal 186 127 95 0 0.32 0.49 0.27 21.1 0.4 0.55
Hex BA 7F 5F 0 20 31 1B 15 28 37
Octal 272 177 137 0 40 61 33 25 50 67
Binary 10111010 1111111 1011111 0 100000 110001 11011 10101 101000 110111

Color Harmonies of #BA7F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7F5F

Black with #BA7F5F

Text Example


Text Example

White with #BA7F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7F5F; }

 p { color: rgb(186,127,95); }

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

background-color css

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

 a { background-color: rgb(186,127,95); }

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

border-color css

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

 span { border-color: rgb(186,127,95); }

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