#B27F4E

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

Shades of Muddy Waters #B27F4E

Tints of Muddy Waters #B27F4E

Color information

#B27F4E (or 0xB27F4E) is unknown color: approx Muddy Waters. HEX triplet: B2, 7F and 4E. RGB value is (178,127,78). Sum of RGB (Red+Green+Blue) = 178+127+78=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 78 (30.86% from 255 or 20.37% from 383); Max value from RGB is 178 - color contains mainly: red. Hex color #B27F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27F4E is #4D80B1. Grayscale: #888888. Windows color (decimal): -5079218 or 5144498. OLE color: 5144498.

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

Color convert

RGB17812778-
CMYK00.290.560.30
HSL29.4º39.37%50.2%-
HSV(B)29.4º56.18%69.8%-
XYZ27.3225.1910.63-
YUV136.6694.9157.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.48%
GREEN value IS 127 (50% from 255) = 33.16%
BLUE value IS 78 (30.86% from 255) = 20.37%
R=46.48%
G=33.16%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781277800.290.560.3029.439.3750.2
HexB27F4E01D381E1d2732
Octal2621771160357036354762
Binary10110010111111110011100111011110001111011101100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27F4E; }

 p { color: rgb(178,127,78); }

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

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

 a { background-color: rgb(178,127,78); }

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

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

 span { border-color: rgb(178,127,78); }

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