Html Css Color HEX #BA8463 Medium Wood

📋 copy color: '#BA8463'

red 186 ◦ green 132 ◦ blue 99

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

Shades of Medium Wood #BA8463

Tints of Medium Wood #BA8463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 23.74%

R = 44.6%
G = 31.65%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BA8463 (or 0xBA8463) is known color: Medium Wood. HEX triplet: BA, 84 and 63. RGB value is (186,132,99). Sum of RGB (Red+Green+Blue) = 186+132+99=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 132 (51.95% from 255 or 31.65% from 417); Blue value is 99 (39.06% from 255 or 23.74% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8463 is #457B9C. Grayscale: #909090. Windows color (decimal): -4553629 or 6522042. OLE color: 6522042.

HSL color Cylindrical-coordinate representation of color #BA8463: hue angle of 22.76º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA8463 is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 132 99 -
CMYK 0 0.29 0.47 0.27
HSL 22.76º 0.39% 0.56% -
HSV(B) 22.76º 0.47% 0.73% -
XYZ 30.75 27.84 15.56 -
YUV 144.38 102.39 157.68 -
System Red Green Blue C M Y K H S L
Decimal 186 132 99 0 0.29 0.47 0.27 22.76 0.39 0.56
Hex BA 84 63 0 1D 2F 1B 17 27 38
Octal 272 204 143 0 35 57 33 27 47 70
Binary 10111010 10000100 1100011 0 11101 101111 11011 10111 100111 111000

Color Harmonies of #BA8463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8463

Black with #BA8463

Text Example


Text Example

White with #BA8463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8463; }

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

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

background-color css

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

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

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

border-color css

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

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

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