#B67C54

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

Shades of Muddy Waters #B67C54

Tints of Muddy Waters #B67C54

Color information

#B67C54 (or 0xB67C54) is unknown color: approx Muddy Waters. HEX triplet: B6, 7C and 54. RGB value is (182,124,84). Sum of RGB (Red+Green+Blue) = 182+124+84=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 84 (33.20% from 255 or 21.54% from 390); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67C54 is #4983AB. Grayscale: #898989. Windows color (decimal): -4817836 or 5536950. OLE color: 5536950.

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

Color convert

RGB18212484-
CMYK00.320.540.29
HSL24.49º40.16%52.16%-
HSV(B)24.49º53.85%71.37%-
XYZ28.12511.73-
YUV136.7898.22160.25-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.67%
GREEN value IS 124 (48.83% from 255) = 31.79%
BLUE value IS 84 (33.20% from 255) = 21.54%
R=46.67%
G=31.79%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821248400.320.540.2924.4940.1652.16
HexB67C54020361D182834
Octal2661741240406635305064
Binary101101101111100101010001000001101101110111000101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67C54; }

 p { color: rgb(182,124,84); }

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

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

 a { background-color: rgb(182,124,84); }

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

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

 span { border-color: rgb(182,124,84); }

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