#B07C4E

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

Shades of Muddy Waters #B07C4E

Tints of Muddy Waters #B07C4E

Color information

#B07C4E (or 0xB07C4E) is unknown color: approx Muddy Waters. HEX triplet: B0, 7C and 4E. RGB value is (176,124,78). Sum of RGB (Red+Green+Blue) = 176+124+78=378 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.56% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 78 (30.86% from 255 or 20.63% from 378); Max value from RGB is 176 - color contains mainly: red. Hex color #B07C4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07C4E is #4F83B1. Grayscale: #868686. Windows color (decimal): -5211058 or 5143728. OLE color: 5143728.

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

Color convert

RGB17612478-
CMYK00.300.560.31
HSL28.16º38.58%49.8%-
HSV(B)28.16º55.68%69.02%-
XYZ26.4924.210.48-
YUV134.396.23157.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.56%
GREEN value IS 124 (48.83% from 255) = 32.80%
BLUE value IS 78 (30.86% from 255) = 20.63%
R=46.56%
G=32.80%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761247800.300.560.3128.1638.5849.8
HexB07C4E01E381F1c2732
Octal2601741160367037344762
Binary10110000111110010011100111101110001111111100100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07C4E; }

 p { color: rgb(176,124,78); }

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

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

 a { background-color: rgb(176,124,78); }

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

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

 span { border-color: rgb(176,124,78); }

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