#B08051

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

Shades of Muddy Waters #B08051

Tints of Muddy Waters #B08051

Color information

#B08051 (or 0xB08051) is unknown color: approx Muddy Waters. HEX triplet: B0, 80 and 51. RGB value is (176,128,81). Sum of RGB (Red+Green+Blue) = 176+128+81=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 81 (32.03% from 255 or 21.04% from 385); Max value from RGB is 176 - color contains mainly: red. Hex color #B08051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08051 is #4F7FAE. Grayscale: #898989. Windows color (decimal): -5210031 or 5341360. OLE color: 5341360.

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

Color convert

RGB17612881-
CMYK00.270.540.31
HSL29.68º37.55%50.39%-
HSV(B)29.68º53.98%69.02%-
XYZ27.1125.2611.23-
YUV136.9996.4155.82-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.71%
GREEN value IS 128 (50.39% from 255) = 33.25%
BLUE value IS 81 (32.03% from 255) = 21.04%
R=45.71%
G=33.25%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761288100.270.540.3129.6837.5550.39
HexB0805101B361F1e2632
Octal2602001210336637364662
Binary101100001000000010100010110111101101111111110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08051; }

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

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

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

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

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

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

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

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