#B27F2B

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

Shades of Mandalay #B27F2B

Tints of Mandalay #B27F2B

Color information

#B27F2B (or 0xB27F2B) is unknown color: approx Mandalay. HEX triplet: B2, 7F and 2B. RGB value is (178,127,43). Sum of RGB (Red+Green+Blue) = 178+127+43=348 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.15% from 348); Green value is 127 (50% from 255 or 36.49% from 348); Blue value is 43 (17.19% from 255 or 12.36% from 348); Max value from RGB is 178 - color contains mainly: red. Hex color #B27F2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27F2B is #4D80D4. Grayscale: #858585. Windows color (decimal): -5079253 or 2850738. OLE color: 2850738.

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

Color convert

RGB17812743-
CMYK00.290.760.30
HSL37.33º61.09%43.33%-
HSV(B)37.33º75.84%69.8%-
XYZ26.3924.825.69-
YUV132.6777.4160.33-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.15%
GREEN value IS 127 (50% from 255) = 36.49%
BLUE value IS 43 (17.19% from 255) = 12.36%
R=51.15%
G=36.49%
B=12.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.76
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781274300.290.760.3037.3361.0943.33
HexB27F2B01D4C1E253d2b
Octal2621775303511436457553
Binary101100101111111101011011101100110011110100101111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27F2B; }

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

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

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

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

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

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

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

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