#b0854c

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

Shades of Muddy Waters #B0854C

Tints of Muddy Waters #B0854C

Color information

#B0854C (or 0xB0854C) is unknown color: approx Muddy Waters. HEX triplet: B0, 85 and 4C. RGB value is (176,133,76). Sum of RGB (Red+Green+Blue) = 176+133+76=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 176 - color contains mainly: red. Hex color #B0854C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0854C is #4F7AB3. Grayscale: #8B8B8B. Windows color (decimal): -5208756 or 5014960. OLE color: 5014960.

HSL color Cylindrical-coordinate representation of color #B0854C: hue angle of 34.2º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B0854C is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB17613376-
CMYK00.240.570.31
HSL34.2º39.68%49.41%-
HSV(B)34.2º56.82%69.02%-
XYZ27.626.5310.5-
YUV139.3692.25154.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.71%
GREEN value IS 133 (52.34% from 255) = 34.55%
BLUE value IS 76 (30.08% from 255) = 19.74%
R=45.71%
G=34.55%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761337600.240.570.3134.239.6849.41
HexB0854C018391F222831
Octal2602051140307137425061
Binary1011000010000101100110001100011100111111100010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0854c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0854c; }

 p { color: rgb(176,133,76); }

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

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

 a { background-color: rgb(176,133,76); }

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

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

 span { border-color: rgb(176,133,76); }

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