Html Css Color HEX #BA845F Medium Wood

📋 copy color: '#BA845F'

red 186 ◦ green 132 ◦ blue 95

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

Shades of Medium Wood #BA845F

Tints of Medium Wood #BA845F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.96%

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

R = 45.04%
G = 31.96%
B = 23%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BA845F (or 0xBA845F) is known color: Medium Wood. HEX triplet: BA, 84 and 5F. RGB value is (186,132,95). Sum of RGB (Red+Green+Blue) = 186+132+95=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 132 (51.95% from 255 or 31.96% from 413); Blue value is 95 (37.5% from 255 or 23.00% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA845F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA845F is #457BA0. Grayscale: #909090. Windows color (decimal): -4553633 or 6259898. OLE color: 6259898.

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

Color convert

RGB 186 132 95 -
CMYK 0 0.29 0.49 0.27
HSL 24.4º 0.4% 0.55% -
HSV(B) 24.4º 0.49% 0.73% -
XYZ 30.57 27.77 14.58 -
YUV 143.93 100.39 158.01 -
System Red Green Blue C M Y K H S L
Decimal 186 132 95 0 0.29 0.49 0.27 24.4 0.4 0.55
Hex BA 84 5F 0 1D 31 1B 18 28 37
Octal 272 204 137 0 35 61 33 30 50 67
Binary 10111010 10000100 1011111 0 11101 110001 11011 11000 101000 110111

Color Harmonies of #BA845F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA845F

Black with #BA845F

Text Example


Text Example

White with #BA845F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA845F; }

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

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

background-color css

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

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

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

border-color css

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

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

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