#B08055

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

Shades of Muddy Waters #B08055

Tints of Muddy Waters #B08055

Color information

#B08055 (or 0xB08055) is unknown color: approx Muddy Waters. HEX triplet: B0, 80 and 55. RGB value is (176,128,85). Sum of RGB (Red+Green+Blue) = 176+128+85=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 85 (33.59% from 255 or 21.85% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B08055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08055 is #4F7FAA. Grayscale: #898989. Windows color (decimal): -5210027 or 5603504. OLE color: 5603504.

HSL color Cylindrical-coordinate representation of color #B08055: hue angle of 28.35º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B08055 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB17612885-
CMYK00.270.520.31
HSL28.35º36.55%51.18%-
HSV(B)28.35º51.7%69.02%-
XYZ27.2625.3212.05-
YUV137.4598.4155.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.24%
GREEN value IS 128 (50.39% from 255) = 32.90%
BLUE value IS 85 (33.59% from 255) = 21.85%
R=45.24%
G=32.90%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761288500.270.520.3128.3536.5551.18
HexB0805501B341F1c2533
Octal2602001250336437344563
Binary101100001000000010101010110111101001111111100100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08055; }

 p { color: rgb(176,128,85); }

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

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

 a { background-color: rgb(176,128,85); }

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

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

 span { border-color: rgb(176,128,85); }

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