#B67D2E

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

Shades of Mandalay #B67D2E

Tints of Mandalay #B67D2E

Color information

#B67D2E (or 0xB67D2E) is unknown color: approx Mandalay. HEX triplet: B6, 7D and 2E. RGB value is (182,125,46). Sum of RGB (Red+Green+Blue) = 182+125+46=353 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.56% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 46 (18.36% from 255 or 13.03% from 353); Max value from RGB is 182 - color contains mainly: red. Hex color #B67D2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67D2E is #4982D1. Grayscale: #858585. Windows color (decimal): -4817618 or 3046838. OLE color: 3046838.

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

Color convert

RGB18212546-
CMYK00.310.750.29
HSL34.85º59.65%44.71%-
HSV(B)34.85º74.73%71.37%-
XYZ27.1224.815.94-
YUV133.0478.88162.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.56%
GREEN value IS 125 (49.22% from 255) = 35.41%
BLUE value IS 46 (18.36% from 255) = 13.03%
R=51.56%
G=35.41%
B=13.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821254600.310.750.2934.8559.6544.71
HexB67D2E01F4B1D233c2d
Octal2661755603711335437455
Binary101101101111101101110011111100101111101100011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67D2E; }

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

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

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

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

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

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

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

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