#B27A4C

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

Shades of Muddy Waters #B27A4C

Tints of Muddy Waters #B27A4C

Color information

#B27A4C (or 0xB27A4C) is unknown color: approx Muddy Waters. HEX triplet: B2, 7A and 4C. RGB value is (178,122,76). Sum of RGB (Red+Green+Blue) = 178+122+76=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 76 (30.08% from 255 or 20.21% from 376); Max value from RGB is 178 - color contains mainly: red. Hex color #B27A4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27A4C is #4D85B3. Grayscale: #858585. Windows color (decimal): -5080500 or 5012146. OLE color: 5012146.

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

Color convert

RGB17812276-
CMYK00.310.570.30
HSL27.06º40.16%49.8%-
HSV(B)27.06º57.3%69.8%-
XYZ26.6223.9110.05-
YUV133.595.55159.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.34%
GREEN value IS 122 (48.05% from 255) = 32.45%
BLUE value IS 76 (30.08% from 255) = 20.21%
R=47.34%
G=32.45%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.57
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781227600.310.570.3027.0640.1649.8
HexB27A4C01F391E1b2832
Octal2621721140377136335062
Binary10110010111101010011000111111110011111011011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27A4C; }

 p { color: rgb(178,122,76); }

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

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

 a { background-color: rgb(178,122,76); }

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

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

 span { border-color: rgb(178,122,76); }

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