#B07F31

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

Shades of Mandalay #B07F31

Tints of Mandalay #B07F31

Color information

#B07F31 (or 0xB07F31) is unknown color: approx Mandalay. HEX triplet: B0, 7F and 31. RGB value is (176,127,49). Sum of RGB (Red+Green+Blue) = 176+127+49=352 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 49 (19.53% from 255 or 13.92% from 352); Max value from RGB is 176 - color contains mainly: red. Hex color #B07F31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07F31 is #4F80CE. Grayscale: #858585. Windows color (decimal): -5210319 or 3243952. OLE color: 3243952.

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

Color convert

RGB17612749-
CMYK00.280.720.31
HSL36.85º56.44%44.12%-
HSV(B)36.85º72.16%69.02%-
XYZ26.0524.636.29-
YUV132.7680.73158.84-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50%
GREEN value IS 127 (50% from 255) = 36.08%
BLUE value IS 49 (19.53% from 255) = 13.92%
R=50%
G=36.08%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761274900.280.720.3136.8556.4444.12
HexB07F3101C481F25382c
Octal2601776103411037457054
Binary101100001111111110001011100100100011111100101111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07F31; }

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

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

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

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

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

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

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

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