#B4874B

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

Shades of Muddy Waters #B4874B

Tints of Muddy Waters #B4874B

Color information

#B4874B (or 0xB4874B) is unknown color: approx Muddy Waters. HEX triplet: B4, 87 and 4B. RGB value is (180,135,75). Sum of RGB (Red+Green+Blue) = 180+135+75=390 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.15% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 75 (29.69% from 255 or 19.23% from 390); Max value from RGB is 180 - color contains mainly: red. Hex color #B4874B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4874B is #4B78B4. Grayscale: #8D8D8D. Windows color (decimal): -4946101 or 4949940. OLE color: 4949940.

HSL color Cylindrical-coordinate representation of color #B4874B: hue angle of 34.29º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B4874B is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB18013575-
CMYK00.250.580.29
HSL34.29º41.18%50%-
HSV(B)34.29º58.33%70.59%-
XYZ28.7627.5410.46-
YUV141.6290.41155.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.15%
GREEN value IS 135 (53.12% from 255) = 34.62%
BLUE value IS 75 (29.69% from 255) = 19.23%
R=46.15%
G=34.62%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801357500.250.580.2934.2941.1850
HexB4874B0193A1D222932
Octal2642071130317235425162
Binary1011010010000111100101101100111101011101100010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4874B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4874B; }

 p { color: rgb(180,135,75); }

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

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

 a { background-color: rgb(180,135,75); }

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

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

 span { border-color: rgb(180,135,75); }

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