#B07E51

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

Shades of Muddy Waters #B07E51

Tints of Muddy Waters #B07E51

Color information

#B07E51 (or 0xB07E51) is unknown color: approx Muddy Waters. HEX triplet: B0, 7E and 51. RGB value is (176,126,81). Sum of RGB (Red+Green+Blue) = 176+126+81=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 81 (32.03% from 255 or 21.15% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07E51 is #4F81AE. Grayscale: #888888. Windows color (decimal): -5210543 or 5340848. OLE color: 5340848.

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

Color convert

RGB17612681-
CMYK00.280.540.31
HSL28.42º37.55%50.39%-
HSV(B)28.42º53.98%69.02%-
XYZ26.8524.7511.15-
YUV135.8297.06156.66-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.95%
GREEN value IS 126 (49.61% from 255) = 32.90%
BLUE value IS 81 (32.03% from 255) = 21.15%
R=45.95%
G=32.90%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761268100.280.540.3128.4237.5550.39
HexB07E5101C361F1c2632
Octal2601761210346637344662
Binary10110000111111010100010111001101101111111100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07E51; }

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

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

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

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

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

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

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

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