#B67D51

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

Shades of Muddy Waters #B67D51

Tints of Muddy Waters #B67D51

Color information

#B67D51 (or 0xB67D51) is unknown color: approx Muddy Waters. HEX triplet: B6, 7D and 51. RGB value is (182,125,81). Sum of RGB (Red+Green+Blue) = 182+125+81=388 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.91% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 81 (32.03% from 255 or 20.88% from 388); Max value from RGB is 182 - color contains mainly: red. Hex color #B67D51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67D51 is #4982AE. Grayscale: #898989. Windows color (decimal): -4817583 or 5340598. OLE color: 5340598.

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

Color convert

RGB18212581-
CMYK00.310.550.29
HSL26.14º40.89%51.57%-
HSV(B)26.14º55.49%71.37%-
XYZ28.1125.2111.17-
YUV137.0396.38160.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.91%
GREEN value IS 125 (49.22% from 255) = 32.22%
BLUE value IS 81 (32.03% from 255) = 20.88%
R=46.91%
G=32.22%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821258100.310.550.2926.1440.8951.57
HexB67D5101F371D1a2934
Octal2661751210376735325164
Binary10110110111110110100010111111101111110111010101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67D51; }

 p { color: rgb(182,125,81); }

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

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

 a { background-color: rgb(182,125,81); }

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

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

 span { border-color: rgb(182,125,81); }

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