#B28150

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

Shades of Muddy Waters #B28150

Tints of Muddy Waters #B28150

Color information

#B28150 (or 0xB28150) is unknown color: approx Muddy Waters. HEX triplet: B2, 81 and 50. RGB value is (178,129,80). Sum of RGB (Red+Green+Blue) = 178+129+80=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B28150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28150 is #4D7EAF. Grayscale: #8A8A8A. Windows color (decimal): -5078704 or 5276082. OLE color: 5276082.

HSL color Cylindrical-coordinate representation of color #B28150: hue angle of 30º 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 #B28150 is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB17812980-
CMYK00.280.550.30
HSL30º38.89%50.59%-
HSV(B)30º55.06%69.8%-
XYZ27.6625.7411.1-
YUV138.0695.23156.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.99%
GREEN value IS 129 (50.78% from 255) = 33.33%
BLUE value IS 80 (31.64% from 255) = 20.67%
R=45.99%
G=33.33%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781298000.280.550.303038.8950.59
HexB2815001C371E1e2733
Octal2622011200346736364763
Binary101100101000000110100000111001101111111011110100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28150; }

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

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

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

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

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

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

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

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