Html Css Color HEX #BA7C5D Medium Wood

📋 copy color: '#BA7C5D'

red 186 ◦ green 124 ◦ blue 93

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

Shades of Medium Wood #BA7C5D

Tints of Medium Wood #BA7C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.08%

R = 46.15%
G = 30.77%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#BA7C5D (or 0xBA7C5D) is known color: Medium Wood. HEX triplet: BA, 7C and 5D. RGB value is (186,124,93). Sum of RGB (Red+Green+Blue) = 186+124+93=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 124 (48.83% from 255 or 30.77% from 403); Blue value is 93 (36.72% from 255 or 23.08% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7C5D is #4583A2. Grayscale: #8B8B8B. Windows color (decimal): -4555683 or 6126778. OLE color: 6126778.

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

Color convert

RGB 186 124 93 -
CMYK 0 0.33 0.5 0.27
HSL 20º 0.4% 0.55% -
HSV(B) 20º 0.5% 0.73% -
XYZ 29.43 25.64 13.75 -
YUV 139 102.04 161.52 -
System Red Green Blue C M Y K H S L
Decimal 186 124 93 0 0.33 0.5 0.27 20 0.4 0.55
Hex BA 7C 5D 0 21 32 1B 14 28 37
Octal 272 174 135 0 41 62 33 24 50 67
Binary 10111010 1111100 1011101 0 100001 110010 11011 10100 101000 110111

Color Harmonies of #BA7C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7C5D

Black with #BA7C5D

Text Example


Text Example

White with #BA7C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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