#B2874A

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

Shades of Muddy Waters #B2874A

Tints of Muddy Waters #B2874A

Color information

#B2874A (or 0xB2874A) is unknown color: approx Muddy Waters. HEX triplet: B2, 87 and 4A. RGB value is (178,135,74). Sum of RGB (Red+Green+Blue) = 178+135+74=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B2874A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2874A is #4D78B5. Grayscale: #8D8D8D. Windows color (decimal): -5077174 or 4884402. OLE color: 4884402.

HSL color Cylindrical-coordinate representation of color #B2874A: hue angle of 35.19º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2874A is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB17813574-
CMYK00.240.580.30
HSL35.19º41.27%49.41%-
HSV(B)35.19º58.43%69.8%-
XYZ28.2627.2910.26-
YUV140.990.25154.46-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.99%
GREEN value IS 135 (53.12% from 255) = 34.88%
BLUE value IS 74 (29.30% from 255) = 19.12%
R=45.99%
G=34.88%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781357400.240.580.3035.1941.2749.41
HexB2874A0183A1E232931
Octal2622071120307236435161
Binary1011001010000111100101001100011101011110100011101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2874A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2874A; }

 p { color: rgb(178,135,74); }

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

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

 a { background-color: rgb(178,135,74); }

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

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

 span { border-color: rgb(178,135,74); }

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