#b68350

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

Shades of Muddy Waters #B68350

Tints of Muddy Waters #B68350

Color information

#B68350 (or 0xB68350) is unknown color: approx Muddy Waters. HEX triplet: B6, 83 and 50. RGB value is (182,131,80). Sum of RGB (Red+Green+Blue) = 182+131+80=393 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.31% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 182 - color contains mainly: red. Hex color #B68350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68350 is #497CAF. Grayscale: #8C8C8C. Windows color (decimal): -4816048 or 5276598. OLE color: 5276598.

HSL color Cylindrical-coordinate representation of color #B68350: hue angle of 30º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B68350 is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB18213180-
CMYK00.280.560.29
HSL30º41.13%51.37%-
HSV(B)30º56.04%71.37%-
XYZ28.8626.7611.23-
YUV140.4493.9157.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.31%
GREEN value IS 131 (51.56% from 255) = 33.33%
BLUE value IS 80 (31.64% from 255) = 20.36%
R=46.31%
G=33.33%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821318000.280.560.293041.1351.37
HexB6835001C381D1e2933
Octal2662031200347035365163
Binary101101101000001110100000111001110001110111110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b68350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b68350; }

 p { color: rgb(182,131,80); }

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

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

 a { background-color: rgb(182,131,80); }

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

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

 span { border-color: rgb(182,131,80); }

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