#b27d4d

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

Shades of Muddy Waters #B27D4D

Tints of Muddy Waters #B27D4D

Color information

#B27D4D (or 0xB27D4D) is unknown color: approx Muddy Waters. HEX triplet: B2, 7D and 4D. RGB value is (178,125,77). Sum of RGB (Red+Green+Blue) = 178+125+77=380 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.84% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 77 (30.47% from 255 or 20.26% from 380); Max value from RGB is 178 - color contains mainly: red. Hex color #B27D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27D4D is #4D82B2. Grayscale: #878787. Windows color (decimal): -5079731 or 5078450. OLE color: 5078450.

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

Color convert

RGB17812577-
CMYK00.300.570.30
HSL28.51º39.61%50%-
HSV(B)28.51º56.74%69.8%-
XYZ27.0324.6710.36-
YUV135.3895.06158.4-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.84%
GREEN value IS 125 (49.22% from 255) = 32.89%
BLUE value IS 77 (30.47% from 255) = 20.26%
R=46.84%
G=32.89%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.57
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781257700.300.570.3028.5139.6150
HexB27D4D01E391E1d2832
Octal2621751150367136355062
Binary10110010111110110011010111101110011111011101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b27d4d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b27d4d; }

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

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

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

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

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

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

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

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