Shades of Brass #B7A638
Tints of Brass #B7A638
RGB
CMYK
RGB Variations
Color information
#B7A638 (or 0xB7A638) is known color: Brass. HEX triplet: B7, A6 and 38. RGB value is (183,166,56). Sum of RGB (Red+Green+Blue) = 183+166+56=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 166 (65.23% from 255 or 40.99% from 405); Blue value is 56 (22.27% from 255 or 13.83% from 405); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A638 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A638 is #4859C7. Grayscale: #9F9F9F. Windows color (decimal): -4741576 or 3712695. OLE color: 3712695.
HSL color Cylindrical-coordinate representation of color #B7A638: hue angle of 51.97º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B7A638 is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 166 | 56 | - |
| CMYK | 0 | 0.09 | 0.69 | 0.28 |
| HSL | 51.97º | 0.53% | 0.47% | - |
| HSV(B) | 51.97º | 0.69% | 0.72% | - |
| XYZ | 33.88 | 37.63 | 9.22 | - |
| YUV | 158.54 | 70.13 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 166 | 56 | 0 | 0.09 | 0.69 | 0.28 | 51.97 | 0.53 | 0.47 |
| Hex | B7 | A6 | 38 | 0 | 9 | 45 | 1C | 34 | 35 | 2F |
| Octal | 267 | 246 | 70 | 0 | 11 | 105 | 34 | 64 | 65 | 57 |
| Binary | 10110111 | 10100110 | 111000 | 0 | 1001 | 1000101 | 11100 | 110100 | 110101 | 101111 |
Color Harmonies of #B7A638
Complementary color
Monochromatic Colors of #B7A638
Black with #B7A638
Text Example
Text Example
White with #B7A638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A638; }
p { color: rgb(183,166,56); }
H1.HeaderClassName
{
color: #B7A638;
}
.AnyTagClassName
{
color: #B7A638;
}
</style>
background-color css
<style>
a { background-color: #B7A638; }
a { background-color: rgb(183,166,56); }
div.DivClassName
{
background-color: #B7A638;
}
.BgClassName
{
background-color: #B7A638;
}
</style>
border-color css
<style>
span { border-color: #B7A638; }
span { border-color: rgb(183,166,56); }
td.TdClassName
{
border-color: #B7A638;
}
.TagClassName
{
border-color: #B7A638;
}
</style>