#B88252

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

Shades of Muddy Waters #B88252

Tints of Muddy Waters #B88252

Color information

#B88252 (or 0xB88252) is unknown color: approx Muddy Waters. HEX triplet: B8, 82 and 52. RGB value is (184,130,82). Sum of RGB (Red+Green+Blue) = 184+130+82=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 82 (32.42% from 255 or 20.71% from 396); Max value from RGB is 184 - color contains mainly: red. Hex color #B88252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88252 is #477DAD. Grayscale: #8C8C8C. Windows color (decimal): -4685230 or 5407416. OLE color: 5407416.

HSL color Cylindrical-coordinate representation of color #B88252: hue angle of 28.24º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B88252 is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB18413082-
CMYK00.290.550.28
HSL28.24º41.8%52.16%-
HSV(B)28.24º55.43%72.16%-
XYZ29.2726.7611.61-
YUV140.6794.89158.9-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.46%
GREEN value IS 130 (51.17% from 255) = 32.83%
BLUE value IS 82 (32.42% from 255) = 20.71%
R=46.46%
G=32.83%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841308200.290.550.2828.2441.852.16
HexB8825201D371C1c2a34
Octal2702021220356734345264
Binary101110001000001010100100111011101111110011100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88252; }

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

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

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

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

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

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

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

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