#B47B50

Color #B47B50 Muddy Waters (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Muddy Waters #B47B50

Tints of Muddy Waters #B47B50

Color information

#B47B50 (or 0xB47B50) is unknown color: approx Muddy Waters. HEX triplet: B4, 7B and 50. RGB value is (180,123,80). Sum of RGB (Red+Green+Blue) = 180+123+80=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47B50 is #4B84AF. Grayscale: #878787. Windows color (decimal): -4949168 or 5274548. OLE color: 5274548.

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

Color convert

RGB18012380-
CMYK00.320.560.29
HSL25.8º40%50.98%-
HSV(B)25.8º55.56%70.59%-
XYZ27.3524.4510.87-
YUV135.1496.88160-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.00%
GREEN value IS 123 (48.44% from 255) = 32.11%
BLUE value IS 80 (31.64% from 255) = 20.89%
R=47.00%
G=32.11%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801238000.320.560.2925.84050.98
HexB47B50020381D1a2833
Octal2641731200407035325063
Binary101101001111011101000001000001110001110111010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47B50; }

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

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

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

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

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

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

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

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