#b07f50

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

Shades of Muddy Waters #B07F50

Tints of Muddy Waters #B07F50

Color information

#B07F50 (or 0xB07F50) is unknown color: approx Muddy Waters. HEX triplet: B0, 7F and 50. RGB value is (176,127,80). Sum of RGB (Red+Green+Blue) = 176+127+80=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B07F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07F50 is #4F80AF. Grayscale: #888888. Windows color (decimal): -5210288 or 5275568. OLE color: 5275568.

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

Color convert

RGB17612780-
CMYK00.280.550.31
HSL29.37º37.8%50.2%-
HSV(B)29.37º54.55%69.02%-
XYZ26.9424.9910.99-
YUV136.2996.23156.32-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.95%
GREEN value IS 127 (50% from 255) = 33.16%
BLUE value IS 80 (31.64% from 255) = 20.89%
R=45.95%
G=33.16%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761278000.280.550.3129.3737.850.2
HexB07F5001C371F1d2632
Octal2601771200346737354662
Binary10110000111111110100000111001101111111111101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b07f50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b07f50; }

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

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

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

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

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

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

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

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