Html Css Color HEX #BA7F65 Medium Wood

📋 copy color: '#BA7F65'

red 186 ◦ green 127 ◦ blue 101

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

Shades of Medium Wood #BA7F65

Tints of Medium Wood #BA7F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.4%

R = 44.93%
G = 30.68%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BA7F65 (or 0xBA7F65) is known color: Medium Wood. HEX triplet: BA, 7F and 65. RGB value is (186,127,101). Sum of RGB (Red+Green+Blue) = 186+127+101=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 127 (50% from 255 or 30.68% from 414); Blue value is 101 (39.84% from 255 or 24.40% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7F65 is #45809A. Grayscale: #8D8D8D. Windows color (decimal): -4554907 or 6651834. OLE color: 6651834.

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

Color convert

RGB 186 127 101 -
CMYK 0 0.32 0.46 0.27
HSL 18.35º 0.38% 0.56% -
HSV(B) 18.35º 0.46% 0.73% -
XYZ 30.19 26.56 15.85 -
YUV 141.68 105.05 159.61 -
System Red Green Blue C M Y K H S L
Decimal 186 127 101 0 0.32 0.46 0.27 18.35 0.38 0.56
Hex BA 7F 65 0 20 2E 1B 12 26 38
Octal 272 177 145 0 40 56 33 22 46 70
Binary 10111010 1111111 1100101 0 100000 101110 11011 10010 100110 111000

Color Harmonies of #BA7F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7F65

Black with #BA7F65

Text Example


Text Example

White with #BA7F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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