#B08354

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

Shades of Muddy Waters #B08354

Tints of Muddy Waters #B08354

Color information

#B08354 (or 0xB08354) is unknown color: approx Muddy Waters. HEX triplet: B0, 83 and 54. RGB value is (176,131,84). Sum of RGB (Red+Green+Blue) = 176+131+84=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 84 (33.20% from 255 or 21.48% from 391); Max value from RGB is 176 - color contains mainly: red. Hex color #B08354 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08354 is #4F7CAB. Grayscale: #8B8B8B. Windows color (decimal): -5209260 or 5538736. OLE color: 5538736.

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

Color convert

RGB17613184-
CMYK00.260.520.31
HSL30.65º36.8%50.98%-
HSV(B)30.65º52.27%69.02%-
XYZ27.6226.111.97-
YUV139.196.91154.32-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.01%
GREEN value IS 131 (51.56% from 255) = 33.50%
BLUE value IS 84 (33.20% from 255) = 21.48%
R=45.01%
G=33.50%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761318400.260.520.3130.6536.850.98
HexB0835401A341F1f2533
Octal2602031240326437374563
Binary101100001000001110101000110101101001111111111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08354; }

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

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

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

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

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

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

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

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