#B2834A

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

Shades of Muddy Waters #B2834A

Tints of Muddy Waters #B2834A

Color information

#B2834A (or 0xB2834A) is unknown color: approx Muddy Waters. HEX triplet: B2, 83 and 4A. RGB value is (178,131,74). Sum of RGB (Red+Green+Blue) = 178+131+74=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 74 (29.30% from 255 or 19.32% from 383); Max value from RGB is 178 - color contains mainly: red. Hex color #B2834A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2834A is #4D7CB5. Grayscale: #8A8A8A. Windows color (decimal): -5078198 or 4883378. OLE color: 4883378.

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

Color convert

RGB17813174-
CMYK00.260.580.30
HSL32.88º41.27%49.41%-
HSV(B)32.88º58.43%69.8%-
XYZ27.7126.1910.07-
YUV138.5691.57156.13-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.48%
GREEN value IS 131 (51.56% from 255) = 34.20%
BLUE value IS 74 (29.30% from 255) = 19.32%
R=46.48%
G=34.20%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781317400.260.580.3032.8841.2749.41
HexB2834A01A3A1E212931
Octal2622031120327236415161
Binary1011001010000011100101001101011101011110100001101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2834A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2834A; }

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

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

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

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

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

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

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

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