#B27C3C

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

Shades of Mandalay #B27C3C

Tints of Mandalay #B27C3C

Color information

#B27C3C (or 0xB27C3C) is unknown color: approx Mandalay. HEX triplet: B2, 7C and 3C. RGB value is (178,124,60). Sum of RGB (Red+Green+Blue) = 178+124+60=362 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.17% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 60 (23.83% from 255 or 16.57% from 362); Max value from RGB is 178 - color contains mainly: red. Hex color #B27C3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27C3C is #4D83C3. Grayscale: #858585. Windows color (decimal): -5080004 or 3964082. OLE color: 3964082.

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

Color convert

RGB17812460-
CMYK00.300.660.30
HSL32.54º49.58%46.67%-
HSV(B)32.54º66.29%69.8%-
XYZ26.3824.217.56-
YUV132.8586.89160.2-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.17%
GREEN value IS 124 (48.83% from 255) = 34.25%
BLUE value IS 60 (23.83% from 255) = 16.57%
R=49.17%
G=34.25%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781246000.300.660.3032.5449.5846.67
HexB27C3C01E421E21322f
Octal2621747403610236416257
Binary101100101111100111100011110100001011110100001110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27C3C; }

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

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

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

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

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

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

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

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