#B27B50

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

Shades of Muddy Waters #B27B50

Tints of Muddy Waters #B27B50

Color information

#B27B50 (or 0xB27B50) is unknown color: approx Muddy Waters. HEX triplet: B2, 7B and 50. RGB value is (178,123,80). Sum of RGB (Red+Green+Blue) = 178+123+80=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 80 (31.64% from 255 or 21.00% from 381); Max value from RGB is 178 - color contains mainly: red. Hex color #B27B50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27B50 is #4D84AF. Grayscale: #868686. Windows color (decimal): -5080240 or 5274546. OLE color: 5274546.

HSL color Cylindrical-coordinate representation of color #B27B50: hue angle of 26.33º 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 #B27B50 is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB17812380-
CMYK00.310.550.30
HSL26.33º38.89%50.59%-
HSV(B)26.33º55.06%69.8%-
XYZ26.8924.2110.85-
YUV134.5497.22159-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.72%
GREEN value IS 123 (48.44% from 255) = 32.28%
BLUE value IS 80 (31.64% from 255) = 21.00%
R=46.72%
G=32.28%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781238000.310.550.3026.3338.8950.59
HexB27B5001F371E1a2733
Octal2621731200376736324763
Binary10110010111101110100000111111101111111011010100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27B50; }

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

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

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

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

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

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

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

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