Html Css Color HEX #BA805D Medium Wood

📋 copy color: '#BA805D'

red 186 ◦ green 128 ◦ blue 93

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

Shades of Medium Wood #BA805D

Tints of Medium Wood #BA805D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.45%

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

R = 45.7%
G = 31.45%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#BA805D (or 0xBA805D) is known color: Medium Wood. HEX triplet: BA, 80 and 5D. RGB value is (186,128,93). Sum of RGB (Red+Green+Blue) = 186+128+93=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 93 (36.72% from 255 or 22.85% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA805D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA805D is #457FA2. Grayscale: #8D8D8D. Windows color (decimal): -4554659 or 6127802. OLE color: 6127802.

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

Color convert

RGB 186 128 93 -
CMYK 0 0.31 0.5 0.27
HSL 22.58º 0.4% 0.55% -
HSV(B) 22.58º 0.5% 0.73% -
XYZ 29.94 26.67 13.93 -
YUV 141.35 100.72 159.85 -
System Red Green Blue C M Y K H S L
Decimal 186 128 93 0 0.31 0.5 0.27 22.58 0.4 0.55
Hex BA 80 5D 0 1F 32 1B 17 28 37
Octal 272 200 135 0 37 62 33 27 50 67
Binary 10111010 10000000 1011101 0 11111 110010 11011 10111 101000 110111

Color Harmonies of #BA805D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA805D

Black with #BA805D

Text Example


Text Example

White with #BA805D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA805D; }

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

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

background-color css

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

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

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

border-color css

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

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

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