#B27D55

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

Shades of Muddy Waters #B27D55

Tints of Muddy Waters #B27D55

Color information

#B27D55 (or 0xB27D55) is unknown color: approx Muddy Waters. HEX triplet: B2, 7D and 55. RGB value is (178,125,85). Sum of RGB (Red+Green+Blue) = 178+125+85=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 85 (33.59% from 255 or 21.91% from 388); Max value from RGB is 178 - color contains mainly: red. Hex color #B27D55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27D55 is #4D82AA. Grayscale: #888888. Windows color (decimal): -5079723 or 5602738. OLE color: 5602738.

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

Color convert

RGB17812585-
CMYK00.300.520.30
HSL25.81º37.65%51.57%-
HSV(B)25.81º52.25%69.8%-
XYZ27.3324.7911.94-
YUV136.2999.06157.75-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.88%
GREEN value IS 125 (49.22% from 255) = 32.22%
BLUE value IS 85 (33.59% from 255) = 21.91%
R=45.88%
G=32.22%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781258500.300.520.3025.8137.6551.57
HexB27D5501E341E1a2634
Octal2621751250366436324664
Binary10110010111110110101010111101101001111011010100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27D55; }

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

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

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

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

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

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

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

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