Html Css Color HEX #BA7D57 Medium Wood

📋 copy color: '#BA7D57'

red 186 ◦ green 125 ◦ blue 87

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

Shades of Medium Wood #BA7D57

Tints of Medium Wood #BA7D57

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.41%

 BLUE value IS 87 (34.38% from 255) = 21.86%

R = 46.73%
G = 31.41%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BA7D57 (or 0xBA7D57) is known color: Medium Wood. HEX triplet: BA, 7D and 57. RGB value is (186,125,87). Sum of RGB (Red+Green+Blue) = 186+125+87=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 87 (34.38% from 255 or 21.86% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7D57 is #4582A8. Grayscale: #8B8B8B. Windows color (decimal): -4555433 or 5733818. OLE color: 5733818.

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

Color convert

RGB 186 125 87 -
CMYK 0 0.33 0.53 0.27
HSL 23.03º 0.42% 0.54% -
HSV(B) 23.03º 0.53% 0.73% -
XYZ 29.3 25.79 12.45 -
YUV 138.91 98.71 161.59 -
System Red Green Blue C M Y K H S L
Decimal 186 125 87 0 0.33 0.53 0.27 23.03 0.42 0.54
Hex BA 7D 57 0 21 35 1B 17 2A 36
Octal 272 175 127 0 41 65 33 27 52 66
Binary 10111010 1111101 1010111 0 100001 110101 11011 10111 101010 110110

Color Harmonies of #BA7D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7D57

Black with #BA7D57

Text Example


Text Example

White with #BA7D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7D57; }

 p { color: rgb(186,125,87); }

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

background-color css

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

 a { background-color: rgb(186,125,87); }

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

border-color css

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

 span { border-color: rgb(186,125,87); }

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