#B07F4F

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

Shades of Muddy Waters #B07F4F

Tints of Muddy Waters #B07F4F

Color information

#B07F4F (or 0xB07F4F) is unknown color: approx Muddy Waters. HEX triplet: B0, 7F and 4F. RGB value is (176,127,79). Sum of RGB (Red+Green+Blue) = 176+127+79=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 79 (31.25% from 255 or 20.68% from 382); Max value from RGB is 176 - color contains mainly: red. Hex color #B07F4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07F4F is #4F80B0. Grayscale: #888888. Windows color (decimal): -5210289 or 5210032. OLE color: 5210032.

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

Color convert

RGB17612779-
CMYK00.280.550.31
HSL29.69º38.04%50%-
HSV(B)29.69º55.11%69.02%-
XYZ26.9124.9710.8-
YUV136.1895.73156.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.07%
GREEN value IS 127 (50% from 255) = 33.25%
BLUE value IS 79 (31.25% from 255) = 20.68%
R=46.07%
G=33.25%
B=20.68%

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
Decimal1761277900.280.550.3129.6938.0450
HexB07F4F01C371F1e2632
Octal2601771170346737364662
Binary10110000111111110011110111001101111111111110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07F4F; }

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

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

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

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

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

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

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

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