#B27C4F

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

Shades of Muddy Waters #B27C4F

Tints of Muddy Waters #B27C4F

Color information

#B27C4F (or 0xB27C4F) is unknown color: approx Muddy Waters. HEX triplet: B2, 7C and 4F. RGB value is (178,124,79). Sum of RGB (Red+Green+Blue) = 178+124+79=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 79 (31.25% from 255 or 20.73% from 381); Max value from RGB is 178 - color contains mainly: red. Hex color #B27C4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27C4F is #4D83B0. Grayscale: #878787. Windows color (decimal): -5079985 or 5209266. OLE color: 5209266.

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

Color convert

RGB17812479-
CMYK00.300.560.30
HSL27.27º39.13%50.39%-
HSV(B)27.27º55.62%69.8%-
XYZ26.9824.4410.69-
YUV135.0296.39158.66-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.72%
GREEN value IS 124 (48.83% from 255) = 32.55%
BLUE value IS 79 (31.25% from 255) = 20.73%
R=46.72%
G=32.55%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781247900.300.560.3027.2739.1350.39
HexB27C4F01E381E1b2732
Octal2621741170367036334762
Binary10110010111110010011110111101110001111011011100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27C4F; }

 p { color: rgb(178,124,79); }

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

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

 a { background-color: rgb(178,124,79); }

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

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

 span { border-color: rgb(178,124,79); }

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