#B17B3D

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

Shades of Mandalay #B17B3D

Tints of Mandalay #B17B3D

Color information

#B17B3D (or 0xB17B3D) is unknown color: approx Mandalay. HEX triplet: B1, 7B and 3D. RGB value is (177,123,61). Sum of RGB (Red+Green+Blue) = 177+123+61=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 61 (24.22% from 255 or 16.90% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B17B3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17B3D is #4E84C2. Grayscale: #848484. Windows color (decimal): -5145795 or 4029361. OLE color: 4029361.

HSL color Cylindrical-coordinate representation of color #B17B3D: hue angle of 32.07º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B17B3D is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB17712361-
CMYK00.310.660.31
HSL32.07º48.74%46.67%-
HSV(B)32.07º65.54%69.41%-
XYZ26.0623.857.65-
YUV132.0887.89160.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.03%
GREEN value IS 123 (48.44% from 255) = 34.07%
BLUE value IS 61 (24.22% from 255) = 16.90%
R=49.03%
G=34.07%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771236100.310.660.3132.0748.7446.67
HexB17B3D01F421F20312f
Octal2611737503710237406157
Binary101100011111011111101011111100001011111100000110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17B3D; }

 p { color: rgb(177,123,61); }

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

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

 a { background-color: rgb(177,123,61); }

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

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

 span { border-color: rgb(177,123,61); }

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