#B27732

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

Shades of Mandalay #B27732

Tints of Mandalay #B27732

Color information

#B27732 (or 0xB27732) is unknown color: approx Mandalay. HEX triplet: B2, 77 and 32. RGB value is (178,119,50). Sum of RGB (Red+Green+Blue) = 178+119+50=347 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.30% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 50 (19.92% from 255 or 14.41% from 347); Max value from RGB is 178 - color contains mainly: red. Hex color #B27732 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27732 is #4D88CD. Grayscale: #818181. Windows color (decimal): -5081294 or 3307442. OLE color: 3307442.

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

Color convert

RGB17811950-
CMYK00.330.720.30
HSL32.34º56.14%44.71%-
HSV(B)32.34º71.91%69.8%-
XYZ25.5322.896.09-
YUV128.7783.55163.11-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.30%
GREEN value IS 119 (46.88% from 255) = 34.29%
BLUE value IS 50 (19.92% from 255) = 14.41%
R=51.30%
G=34.29%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.72
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781195000.330.720.3032.3456.1444.71
HexB27732021481E20382d
Octal2621676204111036407055
Binary1011001011101111100100100001100100011110100000111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27732; }

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

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

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

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

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

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

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

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