#B07E3B

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

Shades of Mandalay #B07E3B

Tints of Mandalay #B07E3B

Color information

#B07E3B (or 0xB07E3B) is unknown color: approx Mandalay. HEX triplet: B0, 7E and 3B. RGB value is (176,126,59). Sum of RGB (Red+Green+Blue) = 176+126+59=361 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.75% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 59 (23.44% from 255 or 16.34% from 361); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07E3B is #4F81C4. Grayscale: #858585. Windows color (decimal): -5210565 or 3899056. OLE color: 3899056.

HSL color Cylindrical-coordinate representation of color #B07E3B: hue angle of 34.36º degrees, saturation: 0.5, 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 #B07E3B is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB17612659-
CMYK00.280.660.31
HSL34.36º49.79%46.08%-
HSV(B)34.36º66.48%69.02%-
XYZ26.1524.477.48-
YUV133.3186.06158.45-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.75%
GREEN value IS 126 (49.61% from 255) = 34.90%
BLUE value IS 59 (23.44% from 255) = 16.34%
R=48.75%
G=34.90%
B=16.34%

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
Decimal1761265900.280.660.3134.3649.7946.08
HexB07E3B01C421F22322e
Octal2601767303410237426256
Binary101100001111110111011011100100001011111100010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07E3B; }

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

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

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

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

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

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

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

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