#B97A2E

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

Shades of Mandalay #B97A2E

Tints of Mandalay #B97A2E

Color information

#B97A2E (or 0xB97A2E) is unknown color: approx Mandalay. HEX triplet: B9, 7A and 2E. RGB value is (185,122,46). Sum of RGB (Red+Green+Blue) = 185+122+46=353 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.41% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 46 (18.36% from 255 or 13.03% from 353); Max value from RGB is 185 - color contains mainly: red. Hex color #B97A2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97A2E is #4685D1. Grayscale: #848484. Windows color (decimal): -4621778 or 3046073. OLE color: 3046073.

HSL color Cylindrical-coordinate representation of color #B97A2E: hue angle of 32.81º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B97A2E is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB18512246-
CMYK00.340.750.27
HSL32.81º60.17%45.29%-
HSV(B)32.81º75.14%72.55%-
XYZ27.4624.435.85-
YUV132.1779.37165.68-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.41%
GREEN value IS 122 (48.05% from 255) = 34.56%
BLUE value IS 46 (18.36% from 255) = 13.03%
R=52.41%
G=34.56%
B=13.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851224600.340.750.2732.8160.1745.29
HexB97A2E0224B1B213c2d
Octal2711725604211333417455
Binary1011100111110101011100100010100101111011100001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97A2E; }

 p { color: rgb(185,122,46); }

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

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

 a { background-color: rgb(185,122,46); }

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

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

 span { border-color: rgb(185,122,46); }

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