#B08152

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

Shades of Muddy Waters #B08152

Tints of Muddy Waters #B08152

Color information

#B08152 (or 0xB08152) is unknown color: approx Muddy Waters. HEX triplet: B0, 81 and 52. RGB value is (176,129,82). Sum of RGB (Red+Green+Blue) = 176+129+82=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 82 (32.42% from 255 or 21.19% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B08152 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08152 is #4F7EAD. Grayscale: #898989. Windows color (decimal): -5209774 or 5407152. OLE color: 5407152.

HSL color Cylindrical-coordinate representation of color #B08152: hue angle of 30º 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 #B08152 is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB17612982-
CMYK00.270.530.31
HSL30º37.3%50.59%-
HSV(B)30º53.41%69.02%-
XYZ27.2825.5411.47-
YUV137.796.57155.32-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.48%
GREEN value IS 129 (50.78% from 255) = 33.33%
BLUE value IS 82 (32.42% from 255) = 21.19%
R=45.48%
G=33.33%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761298200.270.530.313037.350.59
HexB0815201B351F1e2533
Octal2602011220336537364563
Binary101100001000000110100100110111101011111111110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08152; }

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

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

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

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

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

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

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

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