#B88056

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

Shades of Muddy Waters #B88056

Tints of Muddy Waters #B88056

Color information

#B88056 (or 0xB88056) is unknown color: approx Muddy Waters. HEX triplet: B8, 80 and 56. RGB value is (184,128,86). Sum of RGB (Red+Green+Blue) = 184+128+86=398 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.23% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 86 (33.98% from 255 or 21.61% from 398); Max value from RGB is 184 - color contains mainly: red. Hex color #B88056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88056 is #477FA9. Grayscale: #8C8C8C. Windows color (decimal): -4685738 or 5669048. OLE color: 5669048.

HSL color Cylindrical-coordinate representation of color #B88056: hue angle of 25.71º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B88056 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.28.

Color convert

RGB18412886-
CMYK00.300.530.28
HSL25.71º40.83%52.94%-
HSV(B)25.71º53.26%72.16%-
XYZ29.1726.312.34-
YUV139.9697.55159.42-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.23%
GREEN value IS 128 (50.39% from 255) = 32.16%
BLUE value IS 86 (33.98% from 255) = 21.61%
R=46.23%
G=32.16%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.53
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841288600.300.530.2825.7140.8352.94
HexB8805601E351C1a2935
Octal2702001260366534325165
Binary101110001000000010101100111101101011110011010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88056; }

 p { color: rgb(184,128,86); }

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

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

 a { background-color: rgb(184,128,86); }

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

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

 span { border-color: rgb(184,128,86); }

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