#B47E68

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

Shades of Medium Wood #B47E68

Tints of Medium Wood #B47E68

Color information

#B47E68 (or 0xB47E68) is unknown color: approx Medium Wood. HEX triplet: B4, 7E and 68. RGB value is (180,126,104). Sum of RGB (Red+Green+Blue) = 180+126+104=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 126 (49.61% from 255 or 30.73% from 410); Blue value is 104 (41.02% from 255 or 25.37% from 410); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47E68 is #4B8197. Grayscale: #8B8B8B. Windows color (decimal): -4948376 or 6848180. OLE color: 6848180.

HSL color Cylindrical-coordinate representation of color #B47E68: hue angle of 17.37º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B47E68 is Cyan = 0, Magento = 0.3, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB180126104-
CMYK00.30.420.29
HSL17.37º33.63%55.69%-
HSV(B)17.37º42.22%70.59%-
XYZ28.7825.6216.53-
YUV139.64107.89156.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.90%
GREEN value IS 126 (49.61% from 255) = 30.73%
BLUE value IS 104 (41.02% from 255) = 25.37%
R=43.90%
G=30.73%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012610400.30.420.2917.3733.6355.69
HexB47E6801E2A1D112238
Octal2641761500365235214270
Binary10110100111111011010000111101010101110110001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47E68; }

 p { color: rgb(180,126,104); }

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

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

 a { background-color: rgb(180,126,104); }

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

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

 span { border-color: rgb(180,126,104); }

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