#B07A52

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

Shades of Muddy Waters #B07A52

Tints of Muddy Waters #B07A52

Color information

#B07A52 (or 0xB07A52) is unknown color: approx Muddy Waters. HEX triplet: B0, 7A and 52. RGB value is (176,122,82). Sum of RGB (Red+Green+Blue) = 176+122+82=380 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.32% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 82 (32.42% from 255 or 21.58% from 380); Max value from RGB is 176 - color contains mainly: red. Hex color #B07A52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07A52 is #4F85AD. Grayscale: #858585. Windows color (decimal): -5211566 or 5405360. OLE color: 5405360.

HSL color Cylindrical-coordinate representation of color #B07A52: hue angle of 25.53º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B07A52 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB17612282-
CMYK00.310.530.31
HSL25.53º37.3%50.59%-
HSV(B)25.53º53.41%69.02%-
XYZ26.3923.7611.18-
YUV133.5998.89158.25-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.32%
GREEN value IS 122 (48.05% from 255) = 32.11%
BLUE value IS 82 (32.42% from 255) = 21.58%
R=46.32%
G=32.11%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761228200.310.530.3125.5337.350.59
HexB07A5201F351F1a2533
Octal2601721220376537324563
Binary10110000111101010100100111111101011111111010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07A52; }

 p { color: rgb(176,122,82); }

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

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

 a { background-color: rgb(176,122,82); }

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

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

 span { border-color: rgb(176,122,82); }

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