#B67F4E

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

Shades of Muddy Waters #B67F4E

Tints of Muddy Waters #B67F4E

Color information

#B67F4E (or 0xB67F4E) is unknown color: approx Muddy Waters. HEX triplet: B6, 7F and 4E. RGB value is (182,127,78). Sum of RGB (Red+Green+Blue) = 182+127+78=387 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.03% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 78 (30.86% from 255 or 20.16% from 387); Max value from RGB is 182 - color contains mainly: red. Hex color #B67F4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67F4E is #4980B1. Grayscale: #8A8A8A. Windows color (decimal): -4817074 or 5144502. OLE color: 5144502.

HSL color Cylindrical-coordinate representation of color #B67F4E: hue angle of 28.27º degrees, saturation: 0.42, 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 #B67F4E is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB18212778-
CMYK00.300.570.29
HSL28.27º41.6%50.98%-
HSV(B)28.27º57.14%71.37%-
XYZ28.2625.6710.67-
YUV137.8694.22159.48-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.03%
GREEN value IS 127 (50% from 255) = 32.82%
BLUE value IS 78 (30.86% from 255) = 20.16%
R=47.03%
G=32.82%
B=20.16%

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
Decimal1821277800.300.570.2928.2741.650.98
HexB67F4E01E391D1c2a33
Octal2661771160367135345263
Binary10110110111111110011100111101110011110111100101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67F4E; }

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

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

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

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

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

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

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

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