Html Css Color HEX #BA805F Medium Wood

📋 copy color: '#BA805F'

red 186 ◦ green 128 ◦ blue 95

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

Shades of Medium Wood #BA805F

Tints of Medium Wood #BA805F

RGB

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

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

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

R = 45.48%
G = 31.3%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA805F (or 0xBA805F) is known color: Medium Wood. HEX triplet: BA, 80 and 5F. RGB value is (186,128,95). Sum of RGB (Red+Green+Blue) = 186+128+95=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 95 (37.5% from 255 or 23.23% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA805F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA805F is #457FA0. Grayscale: #8D8D8D. Windows color (decimal): -4554657 or 6258874. OLE color: 6258874.

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

Color convert

RGB 186 128 95 -
CMYK 0 0.31 0.49 0.27
HSL 21.76º 0.4% 0.55% -
HSV(B) 21.76º 0.49% 0.73% -
XYZ 30.03 26.7 14.4 -
YUV 141.58 101.72 159.68 -
System Red Green Blue C M Y K H S L
Decimal 186 128 95 0 0.31 0.49 0.27 21.76 0.4 0.55
Hex BA 80 5F 0 1F 31 1B 16 28 37
Octal 272 200 137 0 37 61 33 26 50 67
Binary 10111010 10000000 1011111 0 11111 110001 11011 10110 101000 110111

Color Harmonies of #BA805F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA805F

Black with #BA805F

Text Example


Text Example

White with #BA805F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA805F; }

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

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

background-color css

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

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

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

border-color css

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

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

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