#B08250

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

Shades of Muddy Waters #B08250

Tints of Muddy Waters #B08250

Color information

#B08250 (or 0xB08250) is unknown color: approx Muddy Waters. HEX triplet: B0, 82 and 50. RGB value is (176,130,80). Sum of RGB (Red+Green+Blue) = 176+130+80=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 176 - color contains mainly: red. Hex color #B08250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08250 is #4F7DAF. Grayscale: #8A8A8A. Windows color (decimal): -5209520 or 5276336. OLE color: 5276336.

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

Color convert

RGB17613080-
CMYK00.260.550.31
HSL31.25º37.8%50.2%-
HSV(B)31.25º54.55%69.02%-
XYZ27.3425.7711.12-
YUV138.0595.24155.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.60%
GREEN value IS 130 (51.17% from 255) = 33.68%
BLUE value IS 80 (31.64% from 255) = 20.73%
R=45.60%
G=33.68%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761308000.260.550.3131.2537.850.2
HexB0825001A371F1f2632
Octal2602021200326737374662
Binary101100001000001010100000110101101111111111111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08250; }

 p { color: rgb(176,130,80); }

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

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

 a { background-color: rgb(176,130,80); }

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

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

 span { border-color: rgb(176,130,80); }

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