Shades of Mandalay #B17C3D
Tints of Mandalay #B17C3D
RGB
CMYK
RGB Variations
Color information
#B17C3D (or 0xB17C3D) is known color: Mandalay. HEX triplet: B1, 7C and 3D. RGB value is (177,124,61). Sum of RGB (Red+Green+Blue) = 177+124+61=362 (47% of max value = 765). Red value is 177 (69.53% from 255 or 48.90% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 61 (24.22% from 255 or 16.85% from 362); Max value from RGB is 177 - color contains mainly: red. Hex color #B17C3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17C3D is #4E83C2. Grayscale: #848484. Windows color (decimal): -5145539 or 4029617. OLE color: 4029617.
HSL color Cylindrical-coordinate representation of color #B17C3D: hue angle of 32.59º 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 #B17C3D is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 124 | 61 | - |
| CMYK | 0 | 0.30 | 0.66 | 0.31 |
| HSL | 32.59º | 0.49% | 0.47% | - |
| HSV(B) | 32.59º | 0.66% | 0.69% | - |
| XYZ | 26.18 | 24.1 | 7.69 | - |
| YUV | 132.67 | 87.56 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 124 | 61 | 0 | 0.30 | 0.66 | 0.31 | 32.59 | 0.49 | 0.47 |
| Hex | B1 | 7C | 3D | 0 | 1E | 42 | 1F | 21 | 31 | 2F |
| Octal | 261 | 174 | 75 | 0 | 36 | 102 | 37 | 41 | 61 | 57 |
| Binary | 10110001 | 1111100 | 111101 | 0 | 11110 | 1000010 | 11111 | 100001 | 110001 | 101111 |
Color Harmonies of #B17C3D
Complementary color
Monochromatic Colors of #B17C3D
Black with #B17C3D
Text Example
Text Example
White with #B17C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17C3D; }
p { color: rgb(177,124,61); }
H1.HeaderClassName
{
color: #B17C3D;
}
.AnyTagClassName
{
color: #B17C3D;
}
</style>
background-color css
<style>
a { background-color: #B17C3D; }
a { background-color: rgb(177,124,61); }
div.DivClassName
{
background-color: #B17C3D;
}
.BgClassName
{
background-color: #B17C3D;
}
</style>
border-color css
<style>
span { border-color: #B17C3D; }
span { border-color: rgb(177,124,61); }
td.TdClassName
{
border-color: #B17C3D;
}
.TagClassName
{
border-color: #B17C3D;
}
</style>