#B38156

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

Shades of Muddy Waters #B38156

Tints of Muddy Waters #B38156

Color information

#B38156 (or 0xB38156) is unknown color: approx Muddy Waters. HEX triplet: B3, 81 and 56. RGB value is (179,129,86). Sum of RGB (Red+Green+Blue) = 179+129+86=394 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.43% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 86 (33.98% from 255 or 21.83% from 394); Max value from RGB is 179 - color contains mainly: red. Hex color #B38156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38156 is #4C7EA9. Grayscale: #8B8B8B. Windows color (decimal): -5013162 or 5669299. OLE color: 5669299.

HSL color Cylindrical-coordinate representation of color #B38156: hue angle of 27.74º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B38156 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB17912986-
CMYK00.280.520.30
HSL27.74º37.96%51.96%-
HSV(B)27.74º51.96%70.2%-
XYZ28.1225.9612.33-
YUV139.0598.06156.5-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.43%
GREEN value IS 129 (50.78% from 255) = 32.74%
BLUE value IS 86 (33.98% from 255) = 21.83%
R=45.43%
G=32.74%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791298600.280.520.3027.7437.9651.96
HexB3815601C341E1c2634
Octal2632011260346436344664
Binary101100111000000110101100111001101001111011100100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38156; }

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

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

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

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

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

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

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

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