#B07950

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

Shades of Muddy Waters #B07950

Tints of Muddy Waters #B07950

Color information

#B07950 (or 0xB07950) is unknown color: approx Muddy Waters. HEX triplet: B0, 79 and 50. RGB value is (176,121,80). Sum of RGB (Red+Green+Blue) = 176+121+80=377 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.68% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 80 (31.64% from 255 or 21.22% from 377); Max value from RGB is 176 - color contains mainly: red. Hex color #B07950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07950 is #4F86AF. Grayscale: #848484. Windows color (decimal): -5211824 or 5274032. OLE color: 5274032.

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

Color convert

RGB17612180-
CMYK00.310.550.31
HSL25.62º37.8%50.2%-
HSV(B)25.62º54.55%69.02%-
XYZ26.1923.4810.74-
YUV132.7798.22158.83-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.68%
GREEN value IS 121 (47.66% from 255) = 32.10%
BLUE value IS 80 (31.64% from 255) = 21.22%
R=46.68%
G=32.10%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761218000.310.550.3125.6237.850.2
HexB0795001F371F1a2632
Octal2601711200376737324662
Binary10110000111100110100000111111101111111111010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07950; }

 p { color: rgb(176,121,80); }

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

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

 a { background-color: rgb(176,121,80); }

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

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

 span { border-color: rgb(176,121,80); }

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