Html Css Color HEX #BA7F62 Medium Wood

📋 copy color: '#BA7F62'

red 186 ◦ green 127 ◦ blue 98

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

Shades of Medium Wood #BA7F62

Tints of Medium Wood #BA7F62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 23.84%

R = 45.26%
G = 30.9%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BA7F62 (or 0xBA7F62) is known color: Medium Wood. HEX triplet: BA, 7F and 62. RGB value is (186,127,98). Sum of RGB (Red+Green+Blue) = 186+127+98=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 127 (50% from 255 or 30.90% from 411); Blue value is 98 (38.67% from 255 or 23.84% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7F62 is #45809D. Grayscale: #8D8D8D. Windows color (decimal): -4554910 or 6455226. OLE color: 6455226.

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

Color convert

RGB 186 127 98 -
CMYK 0 0.32 0.47 0.27
HSL 19.77º 0.39% 0.56% -
HSV(B) 19.77º 0.47% 0.73% -
XYZ 30.04 26.5 15.09 -
YUV 141.34 103.55 159.86 -
System Red Green Blue C M Y K H S L
Decimal 186 127 98 0 0.32 0.47 0.27 19.77 0.39 0.56
Hex BA 7F 62 0 20 2F 1B 14 27 38
Octal 272 177 142 0 40 57 33 24 47 70
Binary 10111010 1111111 1100010 0 100000 101111 11011 10100 100111 111000

Color Harmonies of #BA7F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7F62

Black with #BA7F62

Text Example


Text Example

White with #BA7F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7F62; }

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

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

background-color css

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

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

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

border-color css

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

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

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