#B67C3A

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

Shades of Mandalay #B67C3A

Tints of Mandalay #B67C3A

Color information

#B67C3A (or 0xB67C3A) is unknown color: approx Mandalay. HEX triplet: B6, 7C and 3A. RGB value is (182,124,58). Sum of RGB (Red+Green+Blue) = 182+124+58=364 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 58 (23.05% from 255 or 15.93% from 364); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67C3A is #4983C5. Grayscale: #868686. Windows color (decimal): -4817862 or 3833014. OLE color: 3833014.

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

Color convert

RGB18212458-
CMYK00.320.680.29
HSL31.94º51.67%47.06%-
HSV(B)31.94º68.13%71.37%-
XYZ27.2624.677.33-
YUV133.8285.22162.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50%
GREEN value IS 124 (48.83% from 255) = 34.07%
BLUE value IS 58 (23.05% from 255) = 15.93%
R=50%
G=34.07%
B=15.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821245800.320.680.2931.9451.6747.06
HexB67C3A020441D20342f
Octal2661747204010435406457
Binary1011011011111001110100100000100010011101100000110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67C3A; }

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

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

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

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

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

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

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

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