#B28055

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

Shades of Muddy Waters #B28055

Tints of Muddy Waters #B28055

Color information

#B28055 (or 0xB28055) is unknown color: approx Muddy Waters. HEX triplet: B2, 80 and 55. RGB value is (178,128,85). Sum of RGB (Red+Green+Blue) = 178+128+85=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 178 - color contains mainly: red. Hex color #B28055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28055 is #4D7FAA. Grayscale: #8A8A8A. Windows color (decimal): -5078955 or 5603506. OLE color: 5603506.

HSL color Cylindrical-coordinate representation of color #B28055: hue angle of 27.74º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B28055 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB17812885-
CMYK00.280.520.30
HSL27.74º37.65%51.57%-
HSV(B)27.74º52.25%69.8%-
XYZ27.7225.5612.07-
YUV138.0598.06156.5-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.52%
GREEN value IS 128 (50.39% from 255) = 32.74%
BLUE value IS 85 (33.59% from 255) = 21.74%
R=45.52%
G=32.74%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781288500.280.520.3027.7437.6551.57
HexB2805501C341E1c2634
Octal2622001250346436344664
Binary101100101000000010101010111001101001111011100100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28055; }

 p { color: rgb(178,128,85); }

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

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

 a { background-color: rgb(178,128,85); }

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

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

 span { border-color: rgb(178,128,85); }

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