#B27D2A

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

Shades of Mandalay #B27D2A

Tints of Mandalay #B27D2A

Color information

#B27D2A (or 0xB27D2A) is unknown color: approx Mandalay. HEX triplet: B2, 7D and 2A. RGB value is (178,125,42). Sum of RGB (Red+Green+Blue) = 178+125+42=345 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.59% from 345); Green value is 125 (49.22% from 255 or 36.23% from 345); Blue value is 42 (16.80% from 255 or 12.17% from 345); Max value from RGB is 178 - color contains mainly: red. Hex color #B27D2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27D2A is #4D82D5. Grayscale: #838383. Windows color (decimal): -5079766 or 2784690. OLE color: 2784690.

HSL color Cylindrical-coordinate representation of color #B27D2A: hue angle of 36.62º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B27D2A is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB17812542-
CMYK00.300.760.30
HSL36.62º61.82%43.14%-
HSV(B)36.62º76.4%69.8%-
XYZ26.1124.35.5-
YUV131.3977.56161.25-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.59%
GREEN value IS 125 (49.22% from 255) = 36.23%
BLUE value IS 42 (16.80% from 255) = 12.17%
R=51.59%
G=36.23%
B=12.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.76
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781254200.300.760.3036.6261.8243.14
HexB27D2A01E4C1E253e2b
Octal2621755203611436457653
Binary101100101111101101010011110100110011110100101111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27D2A; }

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

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

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

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

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

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

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

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