Html Css Color HEX #BA7F61 Medium Wood

📋 copy color: '#BA7F61'

red 186 ◦ green 127 ◦ blue 97

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

Shades of Medium Wood #BA7F61

Tints of Medium Wood #BA7F61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.66%

R = 45.37%
G = 30.98%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BA7F61 (or 0xBA7F61) is known color: Medium Wood. HEX triplet: BA, 7F and 61. RGB value is (186,127,97). Sum of RGB (Red+Green+Blue) = 186+127+97=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 127 (50% from 255 or 30.98% from 410); Blue value is 97 (38.28% from 255 or 23.66% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7F61 is #45809E. Grayscale: #8D8D8D. Windows color (decimal): -4554911 or 6389690. OLE color: 6389690.

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

Color convert

RGB 186 127 97 -
CMYK 0 0.32 0.48 0.27
HSL 20.22º 0.39% 0.55% -
HSV(B) 20.22º 0.48% 0.73% -
XYZ 30 26.48 14.84 -
YUV 141.22 103.05 159.94 -
System Red Green Blue C M Y K H S L
Decimal 186 127 97 0 0.32 0.48 0.27 20.22 0.39 0.55
Hex BA 7F 61 0 20 30 1B 14 27 37
Octal 272 177 141 0 40 60 33 24 47 67
Binary 10111010 1111111 1100001 0 100000 110000 11011 10100 100111 110111

Color Harmonies of #BA7F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7F61

Black with #BA7F61

Text Example


Text Example

White with #BA7F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7F61; }

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

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

background-color css

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

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

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

border-color css

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

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

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