#B07F36

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

Shades of Mandalay #B07F36

Tints of Mandalay #B07F36

Color information

#B07F36 (or 0xB07F36) is unknown color: approx Mandalay. HEX triplet: B0, 7F and 36. RGB value is (176,127,54). Sum of RGB (Red+Green+Blue) = 176+127+54=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 54 (21.48% from 255 or 15.13% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B07F36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07F36 is #4F80C9. Grayscale: #858585. Windows color (decimal): -5210314 or 3571632. OLE color: 3571632.

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

Color convert

RGB17612754-
CMYK00.280.690.31
HSL35.9º53.04%45.1%-
HSV(B)35.9º69.32%69.02%-
XYZ26.1624.686.87-
YUV133.3383.23158.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.30%
GREEN value IS 127 (50% from 255) = 35.57%
BLUE value IS 54 (21.48% from 255) = 15.13%
R=49.30%
G=35.57%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761275400.280.690.3135.953.0445.1
HexB07F3601C451F24352d
Octal2601776603410537446555
Binary101100001111111110110011100100010111111100100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07F36; }

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

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

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

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

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

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

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

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