#B38252

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

Shades of Muddy Waters #B38252

Tints of Muddy Waters #B38252

Color information

#B38252 (or 0xB38252) is unknown color: approx Muddy Waters. HEX triplet: B3, 82 and 52. RGB value is (179,130,82). Sum of RGB (Red+Green+Blue) = 179+130+82=391 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.78% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 82 (32.42% from 255 or 20.97% from 391); Max value from RGB is 179 - color contains mainly: red. Hex color #B38252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38252 is #4C7DAD. Grayscale: #8B8B8B. Windows color (decimal): -5012910 or 5407411. OLE color: 5407411.

HSL color Cylindrical-coordinate representation of color #B38252: hue angle of 29.69º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B38252 is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB17913082-
CMYK00.270.540.30
HSL29.69º38.96%51.18%-
HSV(B)29.69º54.19%70.2%-
XYZ28.126.1611.55-
YUV139.1895.73156.4-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.78%
GREEN value IS 130 (51.17% from 255) = 33.25%
BLUE value IS 82 (32.42% from 255) = 20.97%
R=45.78%
G=33.25%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791308200.270.540.3029.6938.9651.18
HexB3825201B361E1e2733
Octal2632021220336636364763
Binary101100111000001010100100110111101101111011110100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38252; }

 p { color: rgb(179,130,82); }

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

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

 a { background-color: rgb(179,130,82); }

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

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

 span { border-color: rgb(179,130,82); }

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