#B08154

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

Shades of Muddy Waters #B08154

Tints of Muddy Waters #B08154

Color information

#B08154 (or 0xB08154) is unknown color: approx Muddy Waters. HEX triplet: B0, 81 and 54. RGB value is (176,129,84). Sum of RGB (Red+Green+Blue) = 176+129+84=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 84 (33.20% from 255 or 21.59% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B08154 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08154 is #4F7EAB. Grayscale: #8A8A8A. Windows color (decimal): -5209772 or 5538224. OLE color: 5538224.

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

Color convert

RGB17612984-
CMYK00.270.520.31
HSL29.35º36.8%50.98%-
HSV(B)29.35º52.27%69.02%-
XYZ27.3525.5711.88-
YUV137.9297.57155.16-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.24%
GREEN value IS 129 (50.78% from 255) = 33.16%
BLUE value IS 84 (33.20% from 255) = 21.59%
R=45.24%
G=33.16%
B=21.59%

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
Decimal1761298400.270.520.3129.3536.850.98
HexB0815401B341F1d2533
Octal2602011240336437354563
Binary101100001000000110101000110111101001111111101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08154; }

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

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

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

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

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

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

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

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