#B07E3C

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

Shades of Mandalay #B07E3C

Tints of Mandalay #B07E3C

Color information

#B07E3C (or 0xB07E3C) is unknown color: approx Mandalay. HEX triplet: B0, 7E and 3C. RGB value is (176,126,60). Sum of RGB (Red+Green+Blue) = 176+126+60=362 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.62% from 362); Green value is 126 (49.61% from 255 or 34.81% from 362); Blue value is 60 (23.83% from 255 or 16.57% from 362); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07E3C is #4F81C3. Grayscale: #858585. Windows color (decimal): -5210564 or 3964592. OLE color: 3964592.

HSL color Cylindrical-coordinate representation of color #B07E3C: hue angle of 34.14º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B07E3C is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB17612660-
CMYK00.280.660.31
HSL34.14º49.15%46.27%-
HSV(B)34.14º65.91%69.02%-
XYZ26.1824.487.62-
YUV133.4386.56158.37-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.62%
GREEN value IS 126 (49.61% from 255) = 34.81%
BLUE value IS 60 (23.83% from 255) = 16.57%
R=48.62%
G=34.81%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761266000.280.660.3134.1449.1546.27
HexB07E3C01C421F22312e
Octal2601767403410237426156
Binary101100001111110111100011100100001011111100010110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07E3C; }

 p { color: rgb(176,126,60); }

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

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

 a { background-color: rgb(176,126,60); }

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

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

 span { border-color: rgb(176,126,60); }

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