#B07D51

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

Shades of Muddy Waters #B07D51

Tints of Muddy Waters #B07D51

Color information

#B07D51 (or 0xB07D51) is unknown color: approx Muddy Waters. HEX triplet: B0, 7D and 51. RGB value is (176,125,81). Sum of RGB (Red+Green+Blue) = 176+125+81=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 81 (32.03% from 255 or 21.20% from 382); Max value from RGB is 176 - color contains mainly: red. Hex color #B07D51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07D51 is #4F82AE. Grayscale: #878787. Windows color (decimal): -5210799 or 5340592. OLE color: 5340592.

HSL color Cylindrical-coordinate representation of color #B07D51: hue angle of 27.79º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B07D51 is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB17612581-
CMYK00.290.540.31
HSL27.79º37.55%50.39%-
HSV(B)27.79º53.98%69.02%-
XYZ26.7224.4911.1-
YUV135.2397.4157.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.07%
GREEN value IS 125 (49.22% from 255) = 32.72%
BLUE value IS 81 (32.03% from 255) = 21.20%
R=46.07%
G=32.72%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761258100.290.540.3127.7937.5550.39
HexB07D5101D361F1c2632
Octal2601751210356637344662
Binary10110000111110110100010111011101101111111100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07D51; }

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

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

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

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

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

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

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

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