#b27f39

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

Shades of Mandalay #B27F39

Tints of Mandalay #B27F39

Color information

#B27F39 (or 0xB27F39) is unknown color: approx Mandalay. HEX triplet: B2, 7F and 39. RGB value is (178,127,57). Sum of RGB (Red+Green+Blue) = 178+127+57=362 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.17% from 362); Green value is 127 (50% from 255 or 35.08% from 362); Blue value is 57 (22.66% from 255 or 15.75% from 362); Max value from RGB is 178 - color contains mainly: red. Hex color #B27F39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27F39 is #4D80C6. Grayscale: #868686. Windows color (decimal): -5079239 or 3768242. OLE color: 3768242.

HSL color Cylindrical-coordinate representation of color #B27F39: hue angle of 34.71º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B27F39 is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.30.

Color convert

RGB17812757-
CMYK00.290.680.30
HSL34.71º51.49%46.08%-
HSV(B)34.71º67.98%69.8%-
XYZ26.6924.947.28-
YUV134.2784.4159.19-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.17%
GREEN value IS 127 (50% from 255) = 35.08%
BLUE value IS 57 (22.66% from 255) = 15.75%
R=49.17%
G=35.08%
B=15.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781275700.290.680.3034.7151.4946.08
HexB27F3901D441E23332e
Octal2621777103510436436356
Binary101100101111111111001011101100010011110100011110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b27f39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b27f39; }

 p { color: rgb(178,127,57); }

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

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

 a { background-color: rgb(178,127,57); }

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

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

 span { border-color: rgb(178,127,57); }

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