#B47B61

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

Shades of Medium Wood #B47B61

Tints of Medium Wood #B47B61

Color information

#B47B61 (or 0xB47B61) is unknown color: approx Medium Wood. HEX triplet: B4, 7B and 61. RGB value is (180,123,97). Sum of RGB (Red+Green+Blue) = 180+123+97=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 123 (48.44% from 255 or 30.75% from 400); Blue value is 97 (38.28% from 255 or 24.25% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47B61 is #4B849E. Grayscale: #898989. Windows color (decimal): -4949151 or 6388660. OLE color: 6388660.

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

Color convert

RGB18012397-
CMYK00.320.460.29
HSL18.8º35.62%54.31%-
HSV(B)18.8º46.11%70.59%-
XYZ28.0624.7314.6-
YUV137.08105.38158.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45%
GREEN value IS 123 (48.44% from 255) = 30.75%
BLUE value IS 97 (38.28% from 255) = 24.25%
R=45%
G=30.75%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801239700.320.460.2918.835.6254.31
HexB47B610202E1D132436
Octal2641731410405635234466
Binary101101001111011110000101000001011101110110011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47B61; }

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

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

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

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

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

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

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

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