#b08158

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

Shades of Muddy Waters #B08158

Tints of Muddy Waters #B08158

Color information

#B08158 (or 0xB08158) is unknown color: approx Muddy Waters. HEX triplet: B0, 81 and 58. RGB value is (176,129,88). Sum of RGB (Red+Green+Blue) = 176+129+88=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 88 (34.77% from 255 or 22.39% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B08158 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08158 is #4F7EA7. Grayscale: #8A8A8A. Windows color (decimal): -5209768 or 5800368. OLE color: 5800368.

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

Color convert

RGB17612988-
CMYK00.270.500.31
HSL27.95º35.77%51.76%-
HSV(B)27.95º50%69.02%-
XYZ27.5225.6412.73-
YUV138.3899.57154.83-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.78%
GREEN value IS 129 (50.78% from 255) = 32.82%
BLUE value IS 88 (34.77% from 255) = 22.39%
R=44.78%
G=32.82%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761298800.270.500.3127.9535.7751.76
HexB0815801B321F1c2434
Octal2602011300336237344464
Binary101100001000000110110000110111100101111111100100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b08158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b08158; }

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

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

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

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

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

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

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

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