#B0824E

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

Shades of Muddy Waters #B0824E

Tints of Muddy Waters #B0824E

Color information

#B0824E (or 0xB0824E) is unknown color: approx Muddy Waters. HEX triplet: B0, 82 and 4E. RGB value is (176,130,78). Sum of RGB (Red+Green+Blue) = 176+130+78=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 78 (30.86% from 255 or 20.31% from 384); Max value from RGB is 176 - color contains mainly: red. Hex color #B0824E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0824E is #4F7DB1. Grayscale: #8A8A8A. Windows color (decimal): -5209522 or 5145264. OLE color: 5145264.

HSL color Cylindrical-coordinate representation of color #B0824E: hue angle of 31.84º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B0824E is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB17613078-
CMYK00.260.560.31
HSL31.84º38.58%49.8%-
HSV(B)31.84º55.68%69.02%-
XYZ27.2625.7510.74-
YUV137.8394.24155.23-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.83%
GREEN value IS 130 (51.17% from 255) = 33.85%
BLUE value IS 78 (30.86% from 255) = 20.31%
R=45.83%
G=33.85%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761307800.260.560.3131.8438.5849.8
HexB0824E01A381F202732
Octal2602021160327037404762
Binary1011000010000010100111001101011100011111100000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0824E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0824E; }

 p { color: rgb(176,130,78); }

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

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

 a { background-color: rgb(176,130,78); }

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

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

 span { border-color: rgb(176,130,78); }

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