#B08045

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

Shades of Muddy Waters #B08045

Tints of Muddy Waters #B08045

Color information

#B08045 (or 0xB08045) is unknown color: approx Muddy Waters. HEX triplet: B0, 80 and 45. RGB value is (176,128,69). Sum of RGB (Red+Green+Blue) = 176+128+69=373 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.18% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 176 - color contains mainly: red. Hex color #B08045 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08045 is #4F7FBA. Grayscale: #878787. Windows color (decimal): -5210043 or 4554928. OLE color: 4554928.

HSL color Cylindrical-coordinate representation of color #B08045: hue angle of 33.08º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B08045 is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB17612869-
CMYK00.270.610.31
HSL33.08º43.67%48.04%-
HSV(B)33.08º60.8%69.02%-
XYZ26.725.19.07-
YUV135.6390.4156.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.18%
GREEN value IS 128 (50.39% from 255) = 34.32%
BLUE value IS 69 (27.34% from 255) = 18.50%
R=47.18%
G=34.32%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761286900.270.610.3133.0843.6748.04
HexB0804501B3D1F212c30
Octal2602001050337537415460
Binary1011000010000000100010101101111110111111100001101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08045; }

 p { color: rgb(176,128,69); }

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

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

 a { background-color: rgb(176,128,69); }

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

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

 span { border-color: rgb(176,128,69); }

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