#B08148

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

Shades of Muddy Waters #B08148

Tints of Muddy Waters #B08148

Color information

#B08148 (or 0xB08148) is unknown color: approx Muddy Waters. HEX triplet: B0, 81 and 48. RGB value is (176,129,72). Sum of RGB (Red+Green+Blue) = 176+129+72=377 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.68% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 72 (28.52% from 255 or 19.10% from 377); Max value from RGB is 176 - color contains mainly: red. Hex color #B08148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08148 is #4F7EB7. Grayscale: #888888. Windows color (decimal): -5209784 or 4751792. OLE color: 4751792.

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

Color convert

RGB17612972-
CMYK00.270.590.31
HSL32.88º41.94%48.63%-
HSV(B)32.88º59.09%69.02%-
XYZ26.9225.49.61-
YUV136.5591.57156.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.68%
GREEN value IS 129 (50.78% from 255) = 34.22%
BLUE value IS 72 (28.52% from 255) = 19.10%
R=46.68%
G=34.22%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761297200.270.590.3132.8841.9448.63
HexB0814801B3B1F212a31
Octal2602011100337337415261
Binary1011000010000001100100001101111101111111100001101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08148; }

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

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

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

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

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

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

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

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