#B27E38

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

Shades of Mandalay #B27E38

Tints of Mandalay #B27E38

Color information

#B27E38 (or 0xB27E38) is unknown color: approx Mandalay. HEX triplet: B2, 7E and 38. RGB value is (178,126,56). Sum of RGB (Red+Green+Blue) = 178+126+56=360 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.44% from 360); Green value is 126 (49.61% from 255 or 35% from 360); Blue value is 56 (22.27% from 255 or 15.56% from 360); Max value from RGB is 178 - color contains mainly: red. Hex color #B27E38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27E38 is #4D81C7. Grayscale: #858585. Windows color (decimal): -5079496 or 3702450. OLE color: 3702450.

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

Color convert

RGB17812656-
CMYK00.290.690.30
HSL34.43º52.14%45.88%-
HSV(B)34.43º68.54%69.8%-
XYZ26.5324.677.11-
YUV133.5784.23159.69-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.44%
GREEN value IS 126 (49.61% from 255) = 35%
BLUE value IS 56 (22.27% from 255) = 15.56%
R=49.44%
G=35%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781265600.290.690.3034.4352.1445.88
HexB27E3801D451E22342e
Octal2621767003510536426456
Binary101100101111110111000011101100010111110100010110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27E38; }

 p { color: rgb(178,126,56); }

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

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

 a { background-color: rgb(178,126,56); }

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

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

 span { border-color: rgb(178,126,56); }

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