#B27E21

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

Shades of Mandalay #B27E21

Tints of Mandalay #B27E21

Color information

#B27E21 (or 0xB27E21) is unknown color: approx Mandalay. HEX triplet: B2, 7E and 21. RGB value is (178,126,33). Sum of RGB (Red+Green+Blue) = 178+126+33=337 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.82% from 337); Green value is 126 (49.61% from 255 or 37.39% from 337); Blue value is 33 (13.28% from 255 or 9.79% from 337); Max value from RGB is 178 - color contains mainly: red. Hex color #B27E21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27E21 is #4D81DE. Grayscale: #838383. Windows color (decimal): -5079519 or 2195122. OLE color: 2195122.

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

Color convert

RGB17812633-
CMYK00.290.810.30
HSL38.48º68.72%41.37%-
HSV(B)38.48º81.46%69.8%-
XYZ26.124.54.79-
YUV130.9572.73161.56-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.82%
GREEN value IS 126 (49.61% from 255) = 37.39%
BLUE value IS 33 (13.28% from 255) = 9.79%
R=52.82%
G=37.39%
B=9.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.81
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781263300.290.810.3038.4868.7241.37
HexB27E2101D511E264529
Octal26217641035121364610551
Binary1011001011111101000010111011010001111101001101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27E21; }

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

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

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

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

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

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

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

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