#B08355

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

Shades of Muddy Waters #B08355

Tints of Muddy Waters #B08355

Color information

#B08355 (or 0xB08355) is unknown color: approx Muddy Waters. HEX triplet: B0, 83 and 55. RGB value is (176,131,85). Sum of RGB (Red+Green+Blue) = 176+131+85=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 85 (33.59% from 255 or 21.68% from 392); Max value from RGB is 176 - color contains mainly: red. Hex color #B08355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08355 is #4F7CAA. Grayscale: #8B8B8B. Windows color (decimal): -5209259 or 5604272. OLE color: 5604272.

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

Color convert

RGB17613185-
CMYK00.260.520.31
HSL30.33º36.55%51.18%-
HSV(B)30.33º51.7%69.02%-
XYZ27.6626.1212.18-
YUV139.2197.41154.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.90%
GREEN value IS 131 (51.56% from 255) = 33.42%
BLUE value IS 85 (33.59% from 255) = 21.68%
R=44.90%
G=33.42%
B=21.68%

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
Decimal1761318500.260.520.3130.3336.5551.18
HexB0835501A341F1e2533
Octal2602031250326437364563
Binary101100001000001110101010110101101001111111110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08355; }

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

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

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

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

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

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

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

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