#B08252

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

Shades of Muddy Waters #B08252

Tints of Muddy Waters #B08252

Color information

#B08252 (or 0xB08252) is unknown color: approx Muddy Waters. HEX triplet: B0, 82 and 52. RGB value is (176,130,82). Sum of RGB (Red+Green+Blue) = 176+130+82=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 82 (32.42% from 255 or 21.13% from 388); Max value from RGB is 176 - color contains mainly: red. Hex color #B08252 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08252 is #4F7DAD. Grayscale: #8A8A8A. Windows color (decimal): -5209518 or 5407408. OLE color: 5407408.

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

Color convert

RGB17613082-
CMYK00.260.530.31
HSL30.64º37.3%50.59%-
HSV(B)30.64º53.41%69.02%-
XYZ27.4125.811.52-
YUV138.2896.24154.9-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.36%
GREEN value IS 130 (51.17% from 255) = 33.51%
BLUE value IS 82 (32.42% from 255) = 21.13%
R=45.36%
G=33.51%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761308200.260.530.3130.6437.350.59
HexB0825201A351F1f2533
Octal2602021220326537374563
Binary101100001000001010100100110101101011111111111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08252; }

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

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

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

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

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

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

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

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