#B07C3E

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

Shades of Mandalay #B07C3E

Tints of Mandalay #B07C3E

Color information

#B07C3E (or 0xB07C3E) is unknown color: approx Mandalay. HEX triplet: B0, 7C and 3E. RGB value is (176,124,62). Sum of RGB (Red+Green+Blue) = 176+124+62=362 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.62% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 62 (24.61% from 255 or 17.13% from 362); Max value from RGB is 176 - color contains mainly: red. Hex color #B07C3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07C3E is #4F83C1. Grayscale: #848484. Windows color (decimal): -5211074 or 4095152. OLE color: 4095152.

HSL color Cylindrical-coordinate representation of color #B07C3E: hue angle of 32.63º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B07C3E is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB17612462-
CMYK00.300.650.31
HSL32.63º47.9%46.67%-
HSV(B)32.63º64.77%69.02%-
XYZ25.9823.997.82-
YUV132.4888.23159.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.62%
GREEN value IS 124 (48.83% from 255) = 34.25%
BLUE value IS 62 (24.61% from 255) = 17.13%
R=48.62%
G=34.25%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761246200.300.650.3132.6347.946.67
HexB07C3E01E411F21302f
Octal2601747603610137416057
Binary101100001111100111110011110100000111111100001110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07C3E; }

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

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

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

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

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

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

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

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