#B67F4F

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

Shades of Muddy Waters #B67F4F

Tints of Muddy Waters #B67F4F

Color information

#B67F4F (or 0xB67F4F) is unknown color: approx Muddy Waters. HEX triplet: B6, 7F and 4F. RGB value is (182,127,79). Sum of RGB (Red+Green+Blue) = 182+127+79=388 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.91% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 79 (31.25% from 255 or 20.36% from 388); Max value from RGB is 182 - color contains mainly: red. Hex color #B67F4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67F4F is #4980B0. Grayscale: #8A8A8A. Windows color (decimal): -4817073 or 5210038. OLE color: 5210038.

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

Color convert

RGB18212779-
CMYK00.300.570.29
HSL27.96º41.37%51.18%-
HSV(B)27.96º56.59%71.37%-
XYZ28.2925.6910.86-
YUV137.9794.72159.4-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.91%
GREEN value IS 127 (50% from 255) = 32.73%
BLUE value IS 79 (31.25% from 255) = 20.36%
R=46.91%
G=32.73%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821277900.300.570.2927.9641.3751.18
HexB67F4F01E391D1c2933
Octal2661771170367135345163
Binary10110110111111110011110111101110011110111100101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67F4F; }

 p { color: rgb(182,127,79); }

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

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

 a { background-color: rgb(182,127,79); }

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

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

 span { border-color: rgb(182,127,79); }

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