#B08451

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

Shades of Muddy Waters #B08451

Tints of Muddy Waters #B08451

Color information

#B08451 (or 0xB08451) is unknown color: approx Muddy Waters. HEX triplet: B0, 84 and 51. RGB value is (176,132,81). Sum of RGB (Red+Green+Blue) = 176+132+81=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 81 (32.03% from 255 or 20.82% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B08451 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08451 is #4F7BAE. Grayscale: #8B8B8B. Windows color (decimal): -5209007 or 5342384. OLE color: 5342384.

HSL color Cylindrical-coordinate representation of color #B08451: hue angle of 32.21º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B08451 is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB17613281-
CMYK00.250.540.31
HSL32.21º37.55%50.39%-
HSV(B)32.21º53.98%69.02%-
XYZ27.6426.3311.41-
YUV139.3495.08154.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.24%
GREEN value IS 132 (51.95% from 255) = 33.93%
BLUE value IS 81 (32.03% from 255) = 20.82%
R=45.24%
G=33.93%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761328100.250.540.3132.2137.5550.39
HexB08451019361F202632
Octal2602041210316637404662
Binary1011000010000100101000101100111011011111100000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08451; }

 p { color: rgb(176,132,81); }

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

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

 a { background-color: rgb(176,132,81); }

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

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

 span { border-color: rgb(176,132,81); }

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