#B07C1E

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

Shades of Mandalay #B07C1E

Tints of Mandalay #B07C1E

Color information

#B07C1E (or 0xB07C1E) is unknown color: approx Mandalay. HEX triplet: B0, 7C and 1E. RGB value is (176,124,30). Sum of RGB (Red+Green+Blue) = 176+124+30=330 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.33% from 330); Green value is 124 (48.83% from 255 or 37.58% from 330); Blue value is 30 (12.11% from 255 or 9.09% from 330); Max value from RGB is 176 - color contains mainly: red. Hex color #B07C1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07C1E is #4F83E1. Grayscale: #818181. Windows color (decimal): -5211106 or 1998000. OLE color: 1998000.

HSL color Cylindrical-coordinate representation of color #B07C1E: hue angle of 38.63º 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 #B07C1E is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB17612430-
CMYK00.300.830.31
HSL38.63º70.87%40.39%-
HSV(B)38.63º82.95%69.02%-
XYZ25.3523.744.47-
YUV128.8372.23161.64-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.33%
GREEN value IS 124 (48.83% from 255) = 37.58%
BLUE value IS 30 (12.11% from 255) = 9.09%
R=53.33%
G=37.58%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761243000.300.830.3138.6370.8740.39
HexB07C1E01E531F274728
Octal26017436036123374710750
Binary101100001111100111100111101010011111111001111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07C1E; }

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

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

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

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

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

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

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

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