#B08848

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

Shades of Muddy Waters #B08848

Tints of Muddy Waters #B08848

Color information

#B08848 (or 0xB08848) is unknown color: approx Muddy Waters. HEX triplet: B0, 88 and 48. RGB value is (176,136,72). Sum of RGB (Red+Green+Blue) = 176+136+72=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 72 (28.52% from 255 or 18.75% from 384); Max value from RGB is 176 - color contains mainly: red. Hex color #B08848 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08848 is #4F77B7. Grayscale: #8C8C8C. Windows color (decimal): -5207992 or 4753584. OLE color: 4753584.

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

Color convert

RGB17613672-
CMYK00.230.590.31
HSL36.92º41.94%48.63%-
HSV(B)36.92º59.09%69.02%-
XYZ27.8827.319.93-
YUV140.6689.25153.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.83%
GREEN value IS 136 (53.52% from 255) = 35.42%
BLUE value IS 72 (28.52% from 255) = 18.75%
R=45.83%
G=35.42%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761367200.230.590.3136.9241.9448.63
HexB088480173B1F252a31
Octal2602101100277337455261
Binary1011000010001000100100001011111101111111100101101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08848; }

 p { color: rgb(176,136,72); }

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

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

 a { background-color: rgb(176,136,72); }

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

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

 span { border-color: rgb(176,136,72); }

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