#B07E42

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

Shades of Muddy Waters #B07E42

Tints of Muddy Waters #B07E42

Color information

#B07E42 (or 0xB07E42) is unknown color: approx Muddy Waters. HEX triplet: B0, 7E and 42. RGB value is (176,126,66). Sum of RGB (Red+Green+Blue) = 176+126+66=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 126 (49.61% from 255 or 34.24% from 368); Blue value is 66 (26.17% from 255 or 17.93% from 368); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07E42 is #4F81BD. Grayscale: #868686. Windows color (decimal): -5210558 or 4357808. OLE color: 4357808.

HSL color Cylindrical-coordinate representation of color #B07E42: hue angle of 32.73º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B07E42 is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB17612666-
CMYK00.280.620.31
HSL32.73º45.45%47.45%-
HSV(B)32.73º62.5%69.02%-
XYZ26.3524.558.5-
YUV134.1189.56157.88-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.83%
GREEN value IS 126 (49.61% from 255) = 34.24%
BLUE value IS 66 (26.17% from 255) = 17.93%
R=47.83%
G=34.24%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761266600.280.620.3132.7345.4547.45
HexB07E4201C3E1F212d2f
Octal2601761020347637415557
Binary101100001111110100001001110011111011111100001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07E42; }

 p { color: rgb(176,126,66); }

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

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

 a { background-color: rgb(176,126,66); }

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

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

 span { border-color: rgb(176,126,66); }

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