#B47B60

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

Shades of Medium Wood #B47B60

Tints of Medium Wood #B47B60

Color information

#B47B60 (or 0xB47B60) is unknown color: approx Medium Wood. HEX triplet: B4, 7B and 60. RGB value is (180,123,96). Sum of RGB (Red+Green+Blue) = 180+123+96=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 96 (37.89% from 255 or 24.06% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47B60 is #4B849F. Grayscale: #898989. Windows color (decimal): -4949152 or 6323124. OLE color: 6323124.

HSL color Cylindrical-coordinate representation of color #B47B60: hue angle of 19.29º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B47B60 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB18012396-
CMYK00.320.470.29
HSL19.29º35.9%54.12%-
HSV(B)19.29º46.67%70.59%-
XYZ28.0224.7114.36-
YUV136.96104.88158.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.11%
GREEN value IS 123 (48.44% from 255) = 30.83%
BLUE value IS 96 (37.89% from 255) = 24.06%
R=45.11%
G=30.83%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801239600.320.470.2919.2935.954.12
HexB47B600202F1D132436
Octal2641731400405735234466
Binary101101001111011110000001000001011111110110011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47B60; }

 p { color: rgb(180,123,96); }

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

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

 a { background-color: rgb(180,123,96); }

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

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

 span { border-color: rgb(180,123,96); }

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