#B27950

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

Shades of Muddy Waters #B27950

Tints of Muddy Waters #B27950

Color information

#B27950 (or 0xB27950) is unknown color: approx Muddy Waters. HEX triplet: B2, 79 and 50. RGB value is (178,121,80). Sum of RGB (Red+Green+Blue) = 178+121+80=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 178 - color contains mainly: red. Hex color #B27950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27950 is #4D86AF. Grayscale: #858585. Windows color (decimal): -5080752 or 5274034. OLE color: 5274034.

HSL color Cylindrical-coordinate representation of color #B27950: hue angle of 25.1º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B27950 is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB17812180-
CMYK00.320.550.30
HSL25.1º38.89%50.59%-
HSV(B)25.1º55.06%69.8%-
XYZ26.6523.7210.76-
YUV133.3797.88159.83-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.97%
GREEN value IS 121 (47.66% from 255) = 31.93%
BLUE value IS 80 (31.64% from 255) = 21.11%
R=46.97%
G=31.93%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781218000.320.550.3025.138.8950.59
HexB27950020371E192733
Octal2621711200406736314763
Binary101100101111001101000001000001101111111011001100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27950; }

 p { color: rgb(178,121,80); }

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

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

 a { background-color: rgb(178,121,80); }

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

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

 span { border-color: rgb(178,121,80); }

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