#B4824E

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

Shades of Muddy Waters #B4824E

Tints of Muddy Waters #B4824E

Color information

#B4824E (or 0xB4824E) is unknown color: approx Muddy Waters. HEX triplet: B4, 82 and 4E. RGB value is (180,130,78). Sum of RGB (Red+Green+Blue) = 180+130+78=388 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.39% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 78 (30.86% from 255 or 20.10% from 388); Max value from RGB is 180 - color contains mainly: red. Hex color #B4824E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4824E is #4B7DB1. Grayscale: #8B8B8B. Windows color (decimal): -4947378 or 5145268. OLE color: 5145268.

HSL color Cylindrical-coordinate representation of color #B4824E: hue angle of 30.59º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B4824E is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB18013078-
CMYK00.280.570.29
HSL30.59º40.48%50.59%-
HSV(B)30.59º56.67%70.59%-
XYZ28.1826.2210.78-
YUV139.0293.56157.23-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.39%
GREEN value IS 130 (51.17% from 255) = 33.51%
BLUE value IS 78 (30.86% from 255) = 20.10%
R=46.39%
G=33.51%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801307800.280.570.2930.5940.4850.59
HexB4824E01C391D1f2833
Octal2642021160347135375063
Binary101101001000001010011100111001110011110111111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4824E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4824E; }

 p { color: rgb(180,130,78); }

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

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

 a { background-color: rgb(180,130,78); }

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

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

 span { border-color: rgb(180,130,78); }

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