#B47B66

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

Shades of Medium Wood #B47B66

Tints of Medium Wood #B47B66

Color information

#B47B66 (or 0xB47B66) is unknown color: approx Medium Wood. HEX triplet: B4, 7B and 66. RGB value is (180,123,102). Sum of RGB (Red+Green+Blue) = 180+123+102=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 123 (48.44% from 255 or 30.37% from 405); Blue value is 102 (40.23% from 255 or 25.19% from 405); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47B66 is #4B8499. Grayscale: #898989. Windows color (decimal): -4949146 or 6716340. OLE color: 6716340.

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

Color convert

RGB180123102-
CMYK00.320.430.29
HSL16.15º34.21%55.29%-
HSV(B)16.15º43.33%70.59%-
XYZ28.324.8315.87-
YUV137.65107.88158.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.44%
GREEN value IS 123 (48.44% from 255) = 30.37%
BLUE value IS 102 (40.23% from 255) = 25.19%
R=44.44%
G=30.37%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012310200.320.430.2916.1534.2155.29
HexB47B660202B1D102237
Octal2641731460405335204267
Binary101101001111011110011001000001010111110110000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47B66; }

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

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

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

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

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

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

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

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