#B67D35

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

Shades of Mandalay #B67D35

Tints of Mandalay #B67D35

Color information

#B67D35 (or 0xB67D35) is unknown color: approx Mandalay. HEX triplet: B6, 7D and 35. RGB value is (182,125,53). Sum of RGB (Red+Green+Blue) = 182+125+53=360 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.56% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 53 (21.09% from 255 or 14.72% from 360); Max value from RGB is 182 - color contains mainly: red. Hex color #B67D35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67D35 is #4982CA. Grayscale: #868686. Windows color (decimal): -4817611 or 3505590. OLE color: 3505590.

HSL color Cylindrical-coordinate representation of color #B67D35: hue angle of 33.49º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B67D35 is Cyan = 0, Magento = 0.31, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB18212553-
CMYK00.310.710.29
HSL33.49º54.89%46.08%-
HSV(B)33.49º70.88%71.37%-
XYZ27.2724.876.73-
YUV133.8482.38162.35-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.56%
GREEN value IS 125 (49.22% from 255) = 34.72%
BLUE value IS 53 (21.09% from 255) = 14.72%
R=50.56%
G=34.72%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821255300.310.710.2933.4954.8946.08
HexB67D3501F471D21372e
Octal2661756503710735416756
Binary101101101111101110101011111100011111101100001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67D35; }

 p { color: rgb(182,125,53); }

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

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

 a { background-color: rgb(182,125,53); }

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

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

 span { border-color: rgb(182,125,53); }

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