Html Css Color HEX #BA7C5F Medium Wood

📋 copy color: '#BA7C5F'

red 186 ◦ green 124 ◦ blue 95

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

Shades of Medium Wood #BA7C5F

Tints of Medium Wood #BA7C5F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.62%

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

R = 45.93%
G = 30.62%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA7C5F (or 0xBA7C5F) is known color: Medium Wood. HEX triplet: BA, 7C and 5F. RGB value is (186,124,95). Sum of RGB (Red+Green+Blue) = 186+124+95=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 124 (48.83% from 255 or 30.62% from 405); Blue value is 95 (37.5% from 255 or 23.46% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7C5F is #4583A0. Grayscale: #8B8B8B. Windows color (decimal): -4555681 or 6257850. OLE color: 6257850.

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

Color convert

RGB 186 124 95 -
CMYK 0 0.33 0.49 0.27
HSL 19.12º 0.4% 0.55% -
HSV(B) 19.12º 0.49% 0.73% -
XYZ 29.52 25.68 14.23 -
YUV 139.23 103.04 161.36 -
System Red Green Blue C M Y K H S L
Decimal 186 124 95 0 0.33 0.49 0.27 19.12 0.4 0.55
Hex BA 7C 5F 0 21 31 1B 13 28 37
Octal 272 174 137 0 41 61 33 23 50 67
Binary 10111010 1111100 1011111 0 100001 110001 11011 10011 101000 110111

Color Harmonies of #BA7C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7C5F

Black with #BA7C5F

Text Example


Text Example

White with #BA7C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7C5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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