#B38154

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

Shades of Muddy Waters #B38154

Tints of Muddy Waters #B38154

Color information

#B38154 (or 0xB38154) is unknown color: approx Muddy Waters. HEX triplet: B3, 81 and 54. RGB value is (179,129,84). Sum of RGB (Red+Green+Blue) = 179+129+84=392 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.66% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 84 (33.20% from 255 or 21.43% from 392); Max value from RGB is 179 - color contains mainly: red. Hex color #B38154 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38154 is #4C7EAB. Grayscale: #8B8B8B. Windows color (decimal): -5013164 or 5538227. OLE color: 5538227.

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

Color convert

RGB17912984-
CMYK00.280.530.30
HSL28.42º38.46%51.57%-
HSV(B)28.42º53.07%70.2%-
XYZ28.0425.9211.91-
YUV138.8297.06156.66-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.66%
GREEN value IS 129 (50.78% from 255) = 32.91%
BLUE value IS 84 (33.20% from 255) = 21.43%
R=45.66%
G=32.91%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.53
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791298400.280.530.3028.4238.4651.57
HexB3815401C351E1c2634
Octal2632011240346536344664
Binary101100111000000110101000111001101011111011100100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38154; }

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

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

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

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

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

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

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

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