#B2834E

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

Shades of Muddy Waters #B2834E

Tints of Muddy Waters #B2834E

Color information

#B2834E (or 0xB2834E) is unknown color: approx Muddy Waters. HEX triplet: B2, 83 and 4E. RGB value is (178,131,78). Sum of RGB (Red+Green+Blue) = 178+131+78=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 78 (30.86% from 255 or 20.16% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B2834E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2834E is #4D7CB1. Grayscale: #8B8B8B. Windows color (decimal): -5078194 or 5145522. OLE color: 5145522.

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

Color convert

RGB17813178-
CMYK00.260.560.30
HSL31.8º39.37%50.2%-
HSV(B)31.8º56.18%69.8%-
XYZ27.8526.2510.81-
YUV139.0193.57155.81-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.99%
GREEN value IS 131 (51.56% from 255) = 33.85%
BLUE value IS 78 (30.86% from 255) = 20.16%
R=45.99%
G=33.85%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781317800.260.560.3031.839.3750.2
HexB2834E01A381E202732
Octal2622031160327036404762
Binary1011001010000011100111001101011100011110100000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2834E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2834E; }

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

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

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

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

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

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

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

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