#B08356

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

Shades of Muddy Waters #B08356

Tints of Muddy Waters #B08356

Color information

#B08356 (or 0xB08356) is unknown color: approx Muddy Waters. HEX triplet: B0, 83 and 56. RGB value is (176,131,86). Sum of RGB (Red+Green+Blue) = 176+131+86=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 86 (33.98% from 255 or 21.88% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B08356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08356 is #4F7CA9. Grayscale: #8B8B8B. Windows color (decimal): -5209258 or 5669808. OLE color: 5669808.

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

Color convert

RGB17613186-
CMYK00.260.510.31
HSL30º36.29%51.37%-
HSV(B)30º51.14%69.02%-
XYZ27.726.1312.39-
YUV139.3297.91154.16-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.78%
GREEN value IS 131 (51.56% from 255) = 33.33%
BLUE value IS 86 (33.98% from 255) = 21.88%
R=44.78%
G=33.33%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761318600.260.510.313036.2951.37
HexB0835601A331F1e2433
Octal2602031260326337364463
Binary101100001000001110101100110101100111111111110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08356; }

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

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

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

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

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

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

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

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