#B27F2F

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

Shades of Mandalay #B27F2F

Tints of Mandalay #B27F2F

Color information

#B27F2F (or 0xB27F2F) is unknown color: approx Mandalay. HEX triplet: B2, 7F and 2F. RGB value is (178,127,47). Sum of RGB (Red+Green+Blue) = 178+127+47=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 47 (18.75% from 255 or 13.35% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B27F2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27F2F is #4D80D0. Grayscale: #858585. Windows color (decimal): -5079249 or 3112882. OLE color: 3112882.

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

Color convert

RGB17812747-
CMYK00.290.740.30
HSL36.64º58.22%44.12%-
HSV(B)36.64º73.6%69.8%-
XYZ26.4624.856.09-
YUV133.1379.4160-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.57%
GREEN value IS 127 (50% from 255) = 36.08%
BLUE value IS 47 (18.75% from 255) = 13.35%
R=50.57%
G=36.08%
B=13.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781274700.290.740.3036.6458.2244.12
HexB27F2F01D4A1E253a2c
Octal2621775703511236457254
Binary101100101111111101111011101100101011110100101111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27F2F; }

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

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

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

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

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

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

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

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