#B88250

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

Shades of Muddy Waters #B88250

Tints of Muddy Waters #B88250

Color information

#B88250 (or 0xB88250) is unknown color: approx Muddy Waters. HEX triplet: B8, 82 and 50. RGB value is (184,130,80). Sum of RGB (Red+Green+Blue) = 184+130+80=394 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.70% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 184 - color contains mainly: red. Hex color #B88250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88250 is #477DAF. Grayscale: #8C8C8C. Windows color (decimal): -4685232 or 5276344. OLE color: 5276344.

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

Color convert

RGB18413080-
CMYK00.290.570.28
HSL28.85º42.28%51.76%-
HSV(B)28.85º56.52%72.16%-
XYZ29.226.7311.21-
YUV140.4593.89159.07-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.70%
GREEN value IS 130 (51.17% from 255) = 32.99%
BLUE value IS 80 (31.64% from 255) = 20.30%
R=46.70%
G=32.99%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841308000.290.570.2828.8542.2851.76
HexB8825001D391C1d2a34
Octal2702021200357134355264
Binary101110001000001010100000111011110011110011101101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88250; }

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

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

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

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

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

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

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

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