#b07f35

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

Shades of Mandalay #B07F35

Tints of Mandalay #B07F35

Color information

#B07F35 (or 0xB07F35) is unknown color: approx Mandalay. HEX triplet: B0, 7F and 35. RGB value is (176,127,53). Sum of RGB (Red+Green+Blue) = 176+127+53=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 53 (21.09% from 255 or 14.89% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B07F35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07F35 is #4F80CA. Grayscale: #858585. Windows color (decimal): -5210315 or 3506096. OLE color: 3506096.

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

Color convert

RGB17612753-
CMYK00.280.700.31
HSL36.1º53.71%44.9%-
HSV(B)36.1º69.89%69.02%-
XYZ26.1424.676.75-
YUV133.2182.73158.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.44%
GREEN value IS 127 (50% from 255) = 35.67%
BLUE value IS 53 (21.09% from 255) = 14.89%
R=49.44%
G=35.67%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761275300.280.700.3136.153.7144.9
HexB07F3501C461F24362d
Octal2601776503410637446655
Binary101100001111111110101011100100011011111100100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b07f35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b07f35; }

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

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

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

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

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

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

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

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