#B47B67

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

Shades of Medium Wood #B47B67

Tints of Medium Wood #B47B67

Color information

#B47B67 (or 0xB47B67) is unknown color: approx Medium Wood. HEX triplet: B4, 7B and 67. RGB value is (180,123,103). Sum of RGB (Red+Green+Blue) = 180+123+103=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 123 (48.44% from 255 or 30.30% from 406); Blue value is 103 (40.62% from 255 or 25.37% from 406); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47B67 is #4B8498. Grayscale: #898989. Windows color (decimal): -4949145 or 6781876. OLE color: 6781876.

HSL color Cylindrical-coordinate representation of color #B47B67: hue angle of 15.58º 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 #B47B67 is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB180123103-
CMYK00.320.430.29
HSL15.58º33.92%55.49%-
HSV(B)15.58º42.78%70.59%-
XYZ28.3524.8516.13-
YUV137.76108.38158.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.33%
GREEN value IS 123 (48.44% from 255) = 30.30%
BLUE value IS 103 (40.62% from 255) = 25.37%
R=44.33%
G=30.30%
B=25.37%

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
Decimal18012310300.320.430.2915.5833.9255.49
HexB47B670202B1D102237
Octal2641731470405335204267
Binary101101001111011110011101000001010111110110000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47B67; }

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

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

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

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

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

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

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

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