Html Css Color HEX #BA7F5D Medium Wood

📋 copy color: '#BA7F5D'

red 186 ◦ green 127 ◦ blue 93

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

Shades of Medium Wood #BA7F5D

Tints of Medium Wood #BA7F5D

RGB

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

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

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

R = 45.81%
G = 31.28%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#BA7F5D (or 0xBA7F5D) is known color: Medium Wood. HEX triplet: BA, 7F and 5D. RGB value is (186,127,93). Sum of RGB (Red+Green+Blue) = 186+127+93=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 127 (50% from 255 or 31.28% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7F5D is #4580A2. Grayscale: #8C8C8C. Windows color (decimal): -4554915 or 6127546. OLE color: 6127546.

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

Color convert

RGB 186 127 93 -
CMYK 0 0.32 0.5 0.27
HSL 21.94º 0.4% 0.55% -
HSV(B) 21.94º 0.5% 0.73% -
XYZ 29.81 26.41 13.88 -
YUV 140.77 101.05 160.26 -
System Red Green Blue C M Y K H S L
Decimal 186 127 93 0 0.32 0.5 0.27 21.94 0.4 0.55
Hex BA 7F 5D 0 20 32 1B 16 28 37
Octal 272 177 135 0 40 62 33 26 50 67
Binary 10111010 1111111 1011101 0 100000 110010 11011 10110 101000 110111

Color Harmonies of #BA7F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7F5D

Black with #BA7F5D

Text Example


Text Example

White with #BA7F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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