#B38450

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

Shades of Muddy Waters #B38450

Tints of Muddy Waters #B38450

Color information

#B38450 (or 0xB38450) is unknown color: approx Muddy Waters. HEX triplet: B3, 84 and 50. RGB value is (179,132,80). Sum of RGB (Red+Green+Blue) = 179+132+80=391 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.78% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 80 (31.64% from 255 or 20.46% from 391); Max value from RGB is 179 - color contains mainly: red. Hex color #B38450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38450 is #4C7BAF. Grayscale: #8C8C8C. Windows color (decimal): -5012400 or 5276851. OLE color: 5276851.

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

Color convert

RGB17913280-
CMYK00.260.550.30
HSL31.52º39.44%50.78%-
HSV(B)31.52º55.31%70.2%-
XYZ28.2926.6711.25-
YUV140.1294.07155.73-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.78%
GREEN value IS 132 (51.95% from 255) = 33.76%
BLUE value IS 80 (31.64% from 255) = 20.46%
R=45.78%
G=33.76%
B=20.46%

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
Decimal1791328000.260.550.3031.5239.4450.78
HexB3845001A371E202733
Octal2632041200326736404763
Binary1011001110000100101000001101011011111110100000100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38450; }

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

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

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

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

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

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

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

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