Html Css Color HEX #BA8564 Medium Wood

📋 copy color: '#BA8564'

red 186 ◦ green 133 ◦ blue 100

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

Shades of Medium Wood #BA8564

Tints of Medium Wood #BA8564

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.74%

 BLUE value IS 100 (39.45% from 255) = 23.87%

R = 44.39%
G = 31.74%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BA8564 (or 0xBA8564) is known color: Medium Wood. HEX triplet: BA, 85 and 64. RGB value is (186,133,100). Sum of RGB (Red+Green+Blue) = 186+133+100=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 100 (39.45% from 255 or 23.87% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8564 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8564 is #457A9B. Grayscale: #919191. Windows color (decimal): -4553372 or 6587834. OLE color: 6587834.

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

Color convert

RGB 186 133 100 -
CMYK 0 0.28 0.46 0.27
HSL 23.02º 0.38% 0.56% -
HSV(B) 23.02º 0.46% 0.73% -
XYZ 30.94 28.13 15.86 -
YUV 145.09 102.56 157.18 -
System Red Green Blue C M Y K H S L
Decimal 186 133 100 0 0.28 0.46 0.27 23.02 0.38 0.56
Hex BA 85 64 0 1C 2E 1B 17 26 38
Octal 272 205 144 0 34 56 33 27 46 70
Binary 10111010 10000101 1100100 0 11100 101110 11011 10111 100110 111000

Color Harmonies of #BA8564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8564

Black with #BA8564

Text Example


Text Example

White with #BA8564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8564; }

 p { color: rgb(186,133,100); }

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

background-color css

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

 a { background-color: rgb(186,133,100); }

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

border-color css

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

 span { border-color: rgb(186,133,100); }

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