#B78160

Color #B78160 Medium Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Wood #B78160

Tints of Medium Wood #B78160

Color information

#B78160 (or 0xB78160) is unknown color: approx Medium Wood. HEX triplet: B7, 81 and 60. RGB value is (183,129,96). Sum of RGB (Red+Green+Blue) = 183+129+96=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 96 (37.89% from 255 or 23.53% from 408); Max value from RGB is 183 - color contains mainly: red. Hex color #B78160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78160 is #487E9F. Grayscale: #8D8D8D. Windows color (decimal): -4751008 or 6324663. OLE color: 6324663.

HSL color Cylindrical-coordinate representation of color #B78160: hue angle of 22.76º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B78160 is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB18312996-
CMYK00.300.480.28
HSL22.76º37.66%54.71%-
HSV(B)22.76º47.54%71.76%-
XYZ29.4926.6114.65-
YUV141.38102.39157.68-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.85%
GREEN value IS 129 (50.78% from 255) = 31.62%
BLUE value IS 96 (37.89% from 255) = 23.53%
R=44.85%
G=31.62%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831299600.300.480.2822.7637.6654.71
HexB7816001E301C172637
Octal2672011400366034274667
Binary101101111000000111000000111101100001110010111100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78160; }

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

 H1.HeaderClassName
 {
   color: #B78160;
 }
 .AnyTagClassName
 {
   color: #B78160;
 }
</style>
background-color css

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

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

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

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

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

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