#b38150

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

Shades of Muddy Waters #B38150

Tints of Muddy Waters #B38150

Color information

#B38150 (or 0xB38150) is unknown color: approx Muddy Waters. HEX triplet: B3, 81 and 50. RGB value is (179,129,80). Sum of RGB (Red+Green+Blue) = 179+129+80=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 80 (31.64% from 255 or 20.62% from 388); Max value from RGB is 179 - color contains mainly: red. Hex color #B38150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38150 is #4C7EAF. Grayscale: #8A8A8A. Windows color (decimal): -5013168 or 5276083. OLE color: 5276083.

HSL color Cylindrical-coordinate representation of color #B38150: hue angle of 29.7º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B38150 is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB17912980-
CMYK00.280.550.30
HSL29.7º39.44%50.78%-
HSV(B)29.7º55.31%70.2%-
XYZ27.8925.8611.11-
YUV138.3695.06156.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.13%
GREEN value IS 129 (50.78% from 255) = 33.25%
BLUE value IS 80 (31.64% from 255) = 20.62%
R=46.13%
G=33.25%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791298000.280.550.3029.739.4450.78
HexB3815001C371E1e2733
Octal2632011200346736364763
Binary101100111000000110100000111001101111111011110100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b38150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b38150; }

 p { color: rgb(179,129,80); }

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

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

 a { background-color: rgb(179,129,80); }

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

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

 span { border-color: rgb(179,129,80); }

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