#B08155

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

Shades of Muddy Waters #B08155

Tints of Muddy Waters #B08155

Color information

#B08155 (or 0xB08155) is unknown color: approx Muddy Waters. HEX triplet: B0, 81 and 55. RGB value is (176,129,85). Sum of RGB (Red+Green+Blue) = 176+129+85=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 85 (33.59% from 255 or 21.79% from 390); Max value from RGB is 176 - color contains mainly: red. Hex color #B08155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08155 is #4F7EAA. Grayscale: #8A8A8A. Windows color (decimal): -5209771 or 5603760. OLE color: 5603760.

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

Color convert

RGB17612985-
CMYK00.270.520.31
HSL29.01º36.55%51.18%-
HSV(B)29.01º51.7%69.02%-
XYZ27.3925.5912.09-
YUV138.0498.07155.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.13%
GREEN value IS 129 (50.78% from 255) = 33.08%
BLUE value IS 85 (33.59% from 255) = 21.79%
R=45.13%
G=33.08%
B=21.79%

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
Decimal1761298500.270.520.3129.0136.5551.18
HexB0815501B341F1d2533
Octal2602011250336437354563
Binary101100001000000110101010110111101001111111101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08155; }

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

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

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

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

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

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

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

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