#B27632

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

Shades of Mandalay #B27632

Tints of Mandalay #B27632

Color information

#B27632 (or 0xB27632) is unknown color: approx Mandalay. HEX triplet: B2, 76 and 32. RGB value is (178,118,50). Sum of RGB (Red+Green+Blue) = 178+118+50=346 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.45% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 50 (19.92% from 255 or 14.45% from 346); Max value from RGB is 178 - color contains mainly: red. Hex color #B27632 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27632 is #4D89CD. Grayscale: #808080. Windows color (decimal): -5081550 or 3307186. OLE color: 3307186.

HSL color Cylindrical-coordinate representation of color #B27632: hue angle of 31.88º 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 #B27632 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB17811850-
CMYK00.340.720.30
HSL31.88º56.14%44.71%-
HSV(B)31.88º71.91%69.8%-
XYZ25.4122.656.05-
YUV128.1983.88163.53-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.45%
GREEN value IS 118 (46.48% from 255) = 34.10%
BLUE value IS 50 (19.92% from 255) = 14.45%
R=51.45%
G=34.10%
B=14.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.72
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781185000.340.720.3031.8856.1444.71
HexB27632022481E20382d
Octal2621666204211036407055
Binary1011001011101101100100100010100100011110100000111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27632; }

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

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

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

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

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

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

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

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