#B67E50

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

Shades of Muddy Waters #B67E50

Tints of Muddy Waters #B67E50

Color information

#B67E50 (or 0xB67E50) is unknown color: approx Muddy Waters. HEX triplet: B6, 7E and 50. RGB value is (182,126,80). Sum of RGB (Red+Green+Blue) = 182+126+80=388 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.91% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 80 (31.64% from 255 or 20.62% from 388); Max value from RGB is 182 - color contains mainly: red. Hex color #B67E50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67E50 is #4981AF. Grayscale: #898989. Windows color (decimal): -4817328 or 5275318. OLE color: 5275318.

HSL color Cylindrical-coordinate representation of color #B67E50: hue angle of 27.06º degrees, saturation: 0.41, 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 #B67E50 is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB18212680-
CMYK00.310.560.29
HSL27.06º41.13%51.37%-
HSV(B)27.06º56.04%71.37%-
XYZ28.225.4511.01-
YUV137.595.55159.74-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.91%
GREEN value IS 126 (49.61% from 255) = 32.47%
BLUE value IS 80 (31.64% from 255) = 20.62%
R=46.91%
G=32.47%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821268000.310.560.2927.0641.1351.37
HexB67E5001F381D1b2933
Octal2661761200377035335163
Binary10110110111111010100000111111110001110111011101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67E50; }

 p { color: rgb(182,126,80); }

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

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

 a { background-color: rgb(182,126,80); }

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

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

 span { border-color: rgb(182,126,80); }

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