#B27C26

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

Shades of Mandalay #B27C26

Tints of Mandalay #B27C26

Color information

#B27C26 (or 0xB27C26) is unknown color: approx Mandalay. HEX triplet: B2, 7C and 26. RGB value is (178,124,38). Sum of RGB (Red+Green+Blue) = 178+124+38=340 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.35% from 340); Green value is 124 (48.83% from 255 or 36.47% from 340); Blue value is 38 (15.23% from 255 or 11.18% from 340); Max value from RGB is 178 - color contains mainly: red. Hex color #B27C26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27C26 is #4D83D9. Grayscale: #828282. Windows color (decimal): -5080026 or 2522290. OLE color: 2522290.

HSL color Cylindrical-coordinate representation of color #B27C26: hue angle of 36.86º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B27C26 is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB17812438-
CMYK00.300.790.30
HSL36.86º64.81%42.35%-
HSV(B)36.86º78.65%69.8%-
XYZ25.9224.025.1-
YUV130.3475.89161.99-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.35%
GREEN value IS 124 (48.83% from 255) = 36.47%
BLUE value IS 38 (15.23% from 255) = 11.18%
R=52.35%
G=36.47%
B=11.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781243800.300.790.3036.8664.8142.35
HexB27C2601E4F1E25412a
Octal26217446036117364510152
Binary1011001011111001001100111101001111111101001011000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27C26; }

 p { color: rgb(178,124,38); }

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

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

 a { background-color: rgb(178,124,38); }

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

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

 span { border-color: rgb(178,124,38); }

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