#B1793B

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

Shades of Mandalay #B1793B

Tints of Mandalay #B1793B

Color information

#B1793B (or 0xB1793B) is unknown color: approx Mandalay. HEX triplet: B1, 79 and 3B. RGB value is (177,121,59). Sum of RGB (Red+Green+Blue) = 177+121+59=357 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.58% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 59 (23.44% from 255 or 16.53% from 357); Max value from RGB is 177 - color contains mainly: red. Hex color #B1793B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1793B is #4E86C4. Grayscale: #828282. Windows color (decimal): -5146309 or 3897777. OLE color: 3897777.

HSL color Cylindrical-coordinate representation of color #B1793B: hue angle of 31.53º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B1793B is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB17712159-
CMYK00.320.670.31
HSL31.53º50%46.27%-
HSV(B)31.53º66.67%69.41%-
XYZ25.7623.347.28-
YUV130.6887.55161.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.58%
GREEN value IS 121 (47.66% from 255) = 33.89%
BLUE value IS 59 (23.44% from 255) = 16.53%
R=49.58%
G=33.89%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771215900.320.670.3131.535046.27
HexB1793B020431F20322e
Octal2611717304010337406256
Binary1011000111110011110110100000100001111111100000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1793B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1793B; }

 p { color: rgb(177,121,59); }

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

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

 a { background-color: rgb(177,121,59); }

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

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

 span { border-color: rgb(177,121,59); }

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