#B27E26

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

Shades of Mandalay #B27E26

Tints of Mandalay #B27E26

Color information

#B27E26 (or 0xB27E26) is unknown color: approx Mandalay. HEX triplet: B2, 7E and 26. RGB value is (178,126,38). Sum of RGB (Red+Green+Blue) = 178+126+38=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 126 (49.61% from 255 or 36.84% from 342); Blue value is 38 (15.23% from 255 or 11.11% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B27E26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27E26 is #4D81D9. Grayscale: #838383. Windows color (decimal): -5079514 or 2522802. OLE color: 2522802.

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

Color convert

RGB17812638-
CMYK00.290.790.30
HSL37.71º64.81%42.35%-
HSV(B)37.71º78.65%69.8%-
XYZ26.1724.535.19-
YUV131.5275.23161.16-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.05%
GREEN value IS 126 (49.61% from 255) = 36.84%
BLUE value IS 38 (15.23% from 255) = 11.11%
R=52.05%
G=36.84%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781263800.290.790.3037.7164.8142.35
HexB27E2601D4F1E26412a
Octal26217646035117364610152
Binary1011001011111101001100111011001111111101001101000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27E26; }

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

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

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

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

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

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

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

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