#B27C32

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

Shades of Mandalay #B27C32

Tints of Mandalay #B27C32

Color information

#B27C32 (or 0xB27C32) is unknown color: approx Mandalay. HEX triplet: B2, 7C and 32. RGB value is (178,124,50). Sum of RGB (Red+Green+Blue) = 178+124+50=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 50 (19.92% from 255 or 14.20% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B27C32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27C32 is #4D83CD. Grayscale: #848484. Windows color (decimal): -5080014 or 3308722. OLE color: 3308722.

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

Color convert

RGB17812450-
CMYK00.300.720.30
HSL34.69º56.14%44.71%-
HSV(B)34.69º71.91%69.8%-
XYZ26.1424.116.29-
YUV131.7181.89161.02-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.57%
GREEN value IS 124 (48.83% from 255) = 35.23%
BLUE value IS 50 (19.92% from 255) = 14.20%
R=50.57%
G=35.23%
B=14.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.72
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781245000.300.720.3034.6956.1444.71
HexB27C3201E481E23382d
Octal2621746203611036437055
Binary101100101111100110010011110100100011110100011111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27C32; }

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

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

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

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

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

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

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

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