#B18450

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

Shades of Muddy Waters #B18450

Tints of Muddy Waters #B18450

Color information

#B18450 (or 0xB18450) is unknown color: approx Muddy Waters. HEX triplet: B1, 84 and 50. RGB value is (177,132,80). Sum of RGB (Red+Green+Blue) = 177+132+80=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 80 (31.64% from 255 or 20.57% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B18450 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18450 is #4E7BAF. Grayscale: #8B8B8B. Windows color (decimal): -5143472 or 5276849. OLE color: 5276849.

HSL color Cylindrical-coordinate representation of color #B18450: hue angle of 32.16º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B18450 is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB17713280-
CMYK00.250.550.31
HSL32.16º38.34%50.39%-
HSV(B)32.16º54.8%69.41%-
XYZ27.8326.4311.22-
YUV139.5394.41154.73-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.50%
GREEN value IS 132 (51.95% from 255) = 33.93%
BLUE value IS 80 (31.64% from 255) = 20.57%
R=45.50%
G=33.93%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771328000.250.550.3132.1638.3450.39
HexB18450019371F202632
Octal2612041200316737404662
Binary1011000110000100101000001100111011111111100000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18450; }

 p { color: rgb(177,132,80); }

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

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

 a { background-color: rgb(177,132,80); }

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

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

 span { border-color: rgb(177,132,80); }

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