#B27D21

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

Shades of Mandalay #B27D21

Tints of Mandalay #B27D21

Color information

#B27D21 (or 0xB27D21) is unknown color: approx Mandalay. HEX triplet: B2, 7D and 21. RGB value is (178,125,33). Sum of RGB (Red+Green+Blue) = 178+125+33=336 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.98% from 336); Green value is 125 (49.22% from 255 or 37.20% from 336); Blue value is 33 (13.28% from 255 or 9.82% from 336); Max value from RGB is 178 - color contains mainly: red. Hex color #B27D21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27D21 is #4D82DE. Grayscale: #828282. Windows color (decimal): -5079775 or 2194866. OLE color: 2194866.

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

Color convert

RGB17812533-
CMYK00.300.810.30
HSL38.07º68.72%41.37%-
HSV(B)38.07º81.46%69.8%-
XYZ25.9724.244.75-
YUV130.3673.06161.98-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.98%
GREEN value IS 125 (49.22% from 255) = 37.20%
BLUE value IS 33 (13.28% from 255) = 9.82%
R=52.98%
G=37.20%
B=9.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.81
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781253300.300.810.3038.0768.7241.37
HexB27D2101E511E264529
Octal26217541036121364610551
Binary1011001011111011000010111101010001111101001101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27D21; }

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

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

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

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

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

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

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

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