#B67E52

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

Shades of Muddy Waters #B67E52

Tints of Muddy Waters #B67E52

Color information

#B67E52 (or 0xB67E52) is unknown color: approx Muddy Waters. HEX triplet: B6, 7E and 52. RGB value is (182,126,82). Sum of RGB (Red+Green+Blue) = 182+126+82=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 126 (49.61% from 255 or 32.31% from 390); Blue value is 82 (32.42% from 255 or 21.03% from 390); Max value from RGB is 182 - color contains mainly: red. Hex color #B67E52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67E52 is #4981AD. Grayscale: #898989. Windows color (decimal): -4817326 or 5406390. OLE color: 5406390.

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

Color convert

RGB18212682-
CMYK00.310.550.29
HSL26.4º40.65%51.76%-
HSV(B)26.4º54.95%71.37%-
XYZ28.2825.4811.41-
YUV137.7396.55159.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.67%
GREEN value IS 126 (49.61% from 255) = 32.31%
BLUE value IS 82 (32.42% from 255) = 21.03%
R=46.67%
G=32.31%
B=21.03%

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
Decimal1821268200.310.550.2926.440.6551.76
HexB67E5201F371D1a2934
Octal2661761220376735325164
Binary10110110111111010100100111111101111110111010101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67E52; }

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

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

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

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

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

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

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

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