#B07E4C

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

Shades of Muddy Waters #B07E4C

Tints of Muddy Waters #B07E4C

Color information

#B07E4C (or 0xB07E4C) is unknown color: approx Muddy Waters. HEX triplet: B0, 7E and 4C. RGB value is (176,126,76). Sum of RGB (Red+Green+Blue) = 176+126+76=378 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.56% from 378); Green value is 126 (49.61% from 255 or 33.33% from 378); Blue value is 76 (30.08% from 255 or 20.11% from 378); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07E4C is #4F81B3. Grayscale: #878787. Windows color (decimal): -5210548 or 5013168. OLE color: 5013168.

HSL color Cylindrical-coordinate representation of color #B07E4C: hue angle of 30º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B07E4C is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB17612676-
CMYK00.280.570.31
HSL30º39.68%49.41%-
HSV(B)30º56.82%69.02%-
XYZ26.6724.6710.19-
YUV135.2594.56157.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.56%
GREEN value IS 126 (49.61% from 255) = 33.33%
BLUE value IS 76 (30.08% from 255) = 20.11%
R=46.56%
G=33.33%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761267600.280.570.313039.6849.41
HexB07E4C01C391F1e2831
Octal2601761140347137365061
Binary10110000111111010011000111001110011111111110101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07E4C; }

 p { color: rgb(176,126,76); }

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

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

 a { background-color: rgb(176,126,76); }

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

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

 span { border-color: rgb(176,126,76); }

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