#B88251

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

Shades of Muddy Waters #B88251

Tints of Muddy Waters #B88251

Color information

#B88251 (or 0xB88251) is unknown color: approx Muddy Waters. HEX triplet: B8, 82 and 51. RGB value is (184,130,81). Sum of RGB (Red+Green+Blue) = 184+130+81=395 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.58% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 81 (32.03% from 255 or 20.51% from 395); Max value from RGB is 184 - color contains mainly: red. Hex color #B88251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88251 is #477DAE. Grayscale: #8C8C8C. Windows color (decimal): -4685231 or 5341880. OLE color: 5341880.

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

Color convert

RGB18413081-
CMYK00.290.560.28
HSL28.54º42.04%51.96%-
HSV(B)28.54º55.98%72.16%-
XYZ29.2426.7511.41-
YUV140.5694.39158.98-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.58%
GREEN value IS 130 (51.17% from 255) = 32.91%
BLUE value IS 81 (32.03% from 255) = 20.51%
R=46.58%
G=32.91%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841308100.290.560.2828.5442.0451.96
HexB8825101D381C1d2a34
Octal2702021210357034355264
Binary101110001000001010100010111011110001110011101101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88251; }

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

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

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

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

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

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

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

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