#B28451

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

Shades of Muddy Waters #B28451

Tints of Muddy Waters #B28451

Color information

#B28451 (or 0xB28451) is unknown color: approx Muddy Waters. HEX triplet: B2, 84 and 51. RGB value is (178,132,81). Sum of RGB (Red+Green+Blue) = 178+132+81=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 81 (32.03% from 255 or 20.72% from 391); Max value from RGB is 178 - color contains mainly: red. Hex color #B28451 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28451 is #4D7BAE. Grayscale: #8C8C8C. Windows color (decimal): -5077935 or 5342386. OLE color: 5342386.

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

Color convert

RGB17813281-
CMYK00.260.540.30
HSL31.55º38.65%50.78%-
HSV(B)31.55º54.49%69.8%-
XYZ28.126.5611.43-
YUV139.9494.74155.15-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.52%
GREEN value IS 132 (51.95% from 255) = 33.76%
BLUE value IS 81 (32.03% from 255) = 20.72%
R=45.52%
G=33.76%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781328100.260.540.3031.5538.6550.78
HexB2845101A361E202733
Octal2622041210326636404763
Binary1011001010000100101000101101011011011110100000100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28451; }

 p { color: rgb(178,132,81); }

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

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

 a { background-color: rgb(178,132,81); }

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

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

 span { border-color: rgb(178,132,81); }

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