#B07F1E

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

Shades of Mandalay #B07F1E

Tints of Mandalay #B07F1E

Color information

#B07F1E (or 0xB07F1E) is unknown color: approx Mandalay. HEX triplet: B0, 7F and 1E. RGB value is (176,127,30). Sum of RGB (Red+Green+Blue) = 176+127+30=333 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.85% from 333); Green value is 127 (50% from 255 or 38.14% from 333); Blue value is 30 (12.11% from 255 or 9.01% from 333); Max value from RGB is 176 - color contains mainly: red. Hex color #B07F1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07F1E is #4F80E1. Grayscale: #838383. Windows color (decimal): -5210338 or 1998768. OLE color: 1998768.

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

Color convert

RGB17612730-
CMYK00.280.830.31
HSL39.86º70.87%40.39%-
HSV(B)39.86º82.95%69.02%-
XYZ25.7324.54.6-
YUV130.5971.23160.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.85%
GREEN value IS 127 (50% from 255) = 38.14%
BLUE value IS 30 (12.11% from 255) = 9.01%
R=52.85%
G=38.14%
B=9.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761273000.280.830.3139.8670.8740.39
HexB07F1E01C531F284728
Octal26017736034123375010750
Binary101100001111111111100111001010011111111010001000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07F1E; }

 p { color: rgb(176,127,30); }

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

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

 a { background-color: rgb(176,127,30); }

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

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

 span { border-color: rgb(176,127,30); }

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