#B07A4D

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

Shades of Muddy Waters #B07A4D

Tints of Muddy Waters #B07A4D

Color information

#B07A4D (or 0xB07A4D) is unknown color: approx Muddy Waters. HEX triplet: B0, 7A and 4D. RGB value is (176,122,77). Sum of RGB (Red+Green+Blue) = 176+122+77=375 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.93% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 176 - color contains mainly: red. Hex color #B07A4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07A4D is #4F85B2. Grayscale: #858585. Windows color (decimal): -5211571 or 5077680. OLE color: 5077680.

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

Color convert

RGB17612277-
CMYK00.310.560.31
HSL27.27º39.13%49.61%-
HSV(B)27.27º56.25%69.02%-
XYZ26.223.6810.21-
YUV133.0296.39158.66-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.93%
GREEN value IS 122 (48.05% from 255) = 32.53%
BLUE value IS 77 (30.47% from 255) = 20.53%
R=46.93%
G=32.53%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761227700.310.560.3127.2739.1349.61
HexB07A4D01F381F1b2732
Octal2601721150377037334762
Binary10110000111101010011010111111110001111111011100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07A4D; }

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

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

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

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

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

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

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

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