#B27D52

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

Shades of Muddy Waters #B27D52

Tints of Muddy Waters #B27D52

Color information

#B27D52 (or 0xB27D52) is unknown color: approx Muddy Waters. HEX triplet: B2, 7D and 52. RGB value is (178,125,82). Sum of RGB (Red+Green+Blue) = 178+125+82=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 82 (32.42% from 255 or 21.30% from 385); Max value from RGB is 178 - color contains mainly: red. Hex color #B27D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27D52 is #4D82AD. Grayscale: #888888. Windows color (decimal): -5079726 or 5406130. OLE color: 5406130.

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

Color convert

RGB17812582-
CMYK00.300.540.30
HSL26.87º38.4%50.98%-
HSV(B)26.87º53.93%69.8%-
XYZ27.2224.7411.32-
YUV135.9597.56158-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.23%
GREEN value IS 125 (49.22% from 255) = 32.47%
BLUE value IS 82 (32.42% from 255) = 21.30%
R=46.23%
G=32.47%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781258200.300.540.3026.8738.450.98
HexB27D5201E361E1b2633
Octal2621751220366636334663
Binary10110010111110110100100111101101101111011011100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27D52; }

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

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

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

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

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

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

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

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