#B27C3B

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

Shades of Mandalay #B27C3B

Tints of Mandalay #B27C3B

Color information

#B27C3B (or 0xB27C3B) is unknown color: approx Mandalay. HEX triplet: B2, 7C and 3B. RGB value is (178,124,59). Sum of RGB (Red+Green+Blue) = 178+124+59=361 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.31% from 361); Green value is 124 (48.83% from 255 or 34.35% from 361); Blue value is 59 (23.44% from 255 or 16.34% from 361); Max value from RGB is 178 - color contains mainly: red. Hex color #B27C3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27C3B is #4D83C4. Grayscale: #858585. Windows color (decimal): -5080005 or 3898546. OLE color: 3898546.

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

Color convert

RGB17812459-
CMYK00.300.670.30
HSL32.77º50.21%46.47%-
HSV(B)32.77º66.85%69.8%-
XYZ26.3624.27.42-
YUV132.7486.39160.29-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.31%
GREEN value IS 124 (48.83% from 255) = 34.35%
BLUE value IS 59 (23.44% from 255) = 16.34%
R=49.31%
G=34.35%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.67
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781245900.300.670.3032.7750.2146.47
HexB27C3B01E431E21322e
Octal2621747303610336416256
Binary101100101111100111011011110100001111110100001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27C3B; }

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

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

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

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

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

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

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

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