Html Css Color HEX #BA8160 Medium Wood

📋 copy color: '#BA8160'

red 186 ◦ green 129 ◦ blue 96

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

Shades of Medium Wood #BA8160

Tints of Medium Wood #BA8160

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.39%

 BLUE value IS 96 (37.89% from 255) = 23.36%

R = 45.26%
G = 31.39%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BA8160 (or 0xBA8160) is known color: Medium Wood. HEX triplet: BA, 81 and 60. RGB value is (186,129,96). Sum of RGB (Red+Green+Blue) = 186+129+96=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 129 (50.78% from 255 or 31.39% from 411); Blue value is 96 (37.89% from 255 or 23.36% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8160 is #457E9F. Grayscale: #8E8E8E. Windows color (decimal): -4554400 or 6324666. OLE color: 6324666.

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

Color convert

RGB 186 129 96 -
CMYK 0 0.31 0.48 0.27
HSL 22º 0.39% 0.55% -
HSV(B) 22º 0.48% 0.73% -
XYZ 30.21 26.98 14.68 -
YUV 142.28 101.88 159.18 -
System Red Green Blue C M Y K H S L
Decimal 186 129 96 0 0.31 0.48 0.27 22 0.39 0.55
Hex BA 81 60 0 1F 30 1B 16 27 37
Octal 272 201 140 0 37 60 33 26 47 67
Binary 10111010 10000001 1100000 0 11111 110000 11011 10110 100111 110111

Color Harmonies of #BA8160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8160

Black with #BA8160

Text Example


Text Example

White with #BA8160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8160; }

 p { color: rgb(186,129,96); }

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

background-color css

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

 a { background-color: rgb(186,129,96); }

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

border-color css

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

 span { border-color: rgb(186,129,96); }

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