#B28350

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

Shades of Muddy Waters #B28350

Tints of Muddy Waters #B28350

Color information

#B28350 (or 0xB28350) is unknown color: approx Muddy Waters. HEX triplet: B2, 83 and 50. RGB value is (178,131,80). Sum of RGB (Red+Green+Blue) = 178+131+80=389 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.76% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 80 (31.64% from 255 or 20.57% from 389); Max value from RGB is 178 - color contains mainly: red. Hex color #B28350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28350 is #4D7CAF. Grayscale: #8B8B8B. Windows color (decimal): -5078192 or 5276594. OLE color: 5276594.

HSL color Cylindrical-coordinate representation of color #B28350: hue angle of 31.22º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B28350 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB17813180-
CMYK00.260.550.30
HSL31.22º38.89%50.59%-
HSV(B)31.22º55.06%69.8%-
XYZ27.9226.2811.19-
YUV139.2494.57155.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.76%
GREEN value IS 131 (51.56% from 255) = 33.68%
BLUE value IS 80 (31.64% from 255) = 20.57%
R=45.76%
G=33.68%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781318000.260.550.3031.2238.8950.59
HexB2835001A371E1f2733
Octal2622031200326736374763
Binary101100101000001110100000110101101111111011111100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28350; }

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

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

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

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

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

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

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

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