#B27D49

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

Shades of Muddy Waters #B27D49

Tints of Muddy Waters #B27D49

Color information

#B27D49 (or 0xB27D49) is unknown color: approx Muddy Waters. HEX triplet: B2, 7D and 49. RGB value is (178,125,73). Sum of RGB (Red+Green+Blue) = 178+125+73=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 73 (28.91% from 255 or 19.41% from 376); Max value from RGB is 178 - color contains mainly: red. Hex color #B27D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27D49 is #4D82B6. Grayscale: #878787. Windows color (decimal): -5079735 or 4816306. OLE color: 4816306.

HSL color Cylindrical-coordinate representation of color #B27D49: hue angle of 29.71º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B27D49 is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB17812573-
CMYK00.300.590.30
HSL29.71º41.83%49.22%-
HSV(B)29.71º58.99%69.8%-
XYZ26.924.619.64-
YUV134.9293.06158.73-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.34%
GREEN value IS 125 (49.22% from 255) = 33.24%
BLUE value IS 73 (28.91% from 255) = 19.41%
R=47.34%
G=33.24%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781257300.300.590.3029.7141.8349.22
HexB27D4901E3B1E1e2a31
Octal2621751110367336365261
Binary10110010111110110010010111101110111111011110101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27D49; }

 p { color: rgb(178,125,73); }

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

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

 a { background-color: rgb(178,125,73); }

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

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

 span { border-color: rgb(178,125,73); }

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