#B68152

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

Shades of Muddy Waters #B68152

Tints of Muddy Waters #B68152

Color information

#B68152 (or 0xB68152) is unknown color: approx Muddy Waters. HEX triplet: B6, 81 and 52. RGB value is (182,129,82). Sum of RGB (Red+Green+Blue) = 182+129+82=393 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.31% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 82 (32.42% from 255 or 20.87% from 393); Max value from RGB is 182 - color contains mainly: red. Hex color #B68152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68152 is #497EAD. Grayscale: #8B8B8B. Windows color (decimal): -4816558 or 5407158. OLE color: 5407158.

HSL color Cylindrical-coordinate representation of color #B68152: hue angle of 28.2º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B68152 is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB18212982-
CMYK00.290.550.29
HSL28.2º40.65%51.76%-
HSV(B)28.2º54.95%71.37%-
XYZ28.6626.2511.54-
YUV139.4995.56158.32-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.31%
GREEN value IS 129 (50.78% from 255) = 32.82%
BLUE value IS 82 (32.42% from 255) = 20.87%
R=46.31%
G=32.82%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821298200.290.550.2928.240.6551.76
HexB6815201D371D1c2934
Octal2662011220356735345164
Binary101101101000000110100100111011101111110111100101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68152; }

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

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

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

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

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

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

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

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