#B38151

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

Shades of Muddy Waters #B38151

Tints of Muddy Waters #B38151

Color information

#B38151 (or 0xB38151) is unknown color: approx Muddy Waters. HEX triplet: B3, 81 and 51. RGB value is (179,129,81). Sum of RGB (Red+Green+Blue) = 179+129+81=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 81 (32.03% from 255 or 20.82% from 389); Max value from RGB is 179 - color contains mainly: red. Hex color #B38151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38151 is #4C7EAE. Grayscale: #8A8A8A. Windows color (decimal): -5013167 or 5341619. OLE color: 5341619.

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

Color convert

RGB17912981-
CMYK00.280.550.30
HSL29.39º39.2%50.98%-
HSV(B)29.39º54.75%70.2%-
XYZ27.9325.8811.31-
YUV138.4895.56156.9-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.02%
GREEN value IS 129 (50.78% from 255) = 33.16%
BLUE value IS 81 (32.03% from 255) = 20.82%
R=46.02%
G=33.16%
B=20.82%

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
Decimal1791298100.280.550.3029.3939.250.98
HexB3815101C371E1d2733
Octal2632011210346736354763
Binary101100111000000110100010111001101111111011101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38151; }

 p { color: rgb(179,129,81); }

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

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

 a { background-color: rgb(179,129,81); }

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

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

 span { border-color: rgb(179,129,81); }

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