#B07F29

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

Shades of Mandalay #B07F29

Tints of Mandalay #B07F29

Color information

#B07F29 (or 0xB07F29) is unknown color: approx Mandalay. HEX triplet: B0, 7F and 29. RGB value is (176,127,41). Sum of RGB (Red+Green+Blue) = 176+127+41=344 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.16% from 344); Green value is 127 (50% from 255 or 36.92% from 344); Blue value is 41 (16.41% from 255 or 11.92% from 344); Max value from RGB is 176 - color contains mainly: red. Hex color #B07F29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07F29 is #4F80D6. Grayscale: #848484. Windows color (decimal): -5210327 or 2719664. OLE color: 2719664.

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

Color convert

RGB17612741-
CMYK00.280.770.31
HSL38.22º62.21%42.55%-
HSV(B)38.22º76.7%69.02%-
XYZ25.8924.575.48-
YUV131.8576.73159.49-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.16%
GREEN value IS 127 (50% from 255) = 36.92%
BLUE value IS 41 (16.41% from 255) = 11.92%
R=51.16%
G=36.92%
B=11.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761274100.280.770.3138.2262.2142.55
HexB07F2901C4D1F263e2b
Octal2601775103411537467653
Binary101100001111111101001011100100110111111100110111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07F29; }

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

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

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

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

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

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

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

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