Shades of Brass #B7A744
Tints of Brass #B7A744
RGB
CMYK
RGB Variations
Color information
#B7A744 (or 0xB7A744) is known color: Brass. HEX triplet: B7, A7 and 44. RGB value is (183,167,68). Sum of RGB (Red+Green+Blue) = 183+167+68=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 167 (65.62% from 255 or 39.95% from 418); Blue value is 68 (26.95% from 255 or 16.27% from 418); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A744 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A744 is #4858BB. Grayscale: #A0A0A0. Windows color (decimal): -4741308 or 4499383. OLE color: 4499383.
HSL color Cylindrical-coordinate representation of color #B7A744: hue angle of 51.65º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B7A744 is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 167 | 68 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.28 |
| HSL | 51.65º | 0.46% | 0.49% | - |
| HSV(B) | 51.65º | 0.63% | 0.72% | - |
| XYZ | 34.39 | 38.12 | 11.01 | - |
| YUV | 160.5 | 75.8 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 167 | 68 | 0 | 0.09 | 0.63 | 0.28 | 51.65 | 0.46 | 0.49 |
| Hex | B7 | A7 | 44 | 0 | 9 | 3F | 1C | 34 | 2E | 31 |
| Octal | 267 | 247 | 104 | 0 | 11 | 77 | 34 | 64 | 56 | 61 |
| Binary | 10110111 | 10100111 | 1000100 | 0 | 1001 | 111111 | 11100 | 110100 | 101110 | 110001 |
Color Harmonies of #B7A744
Complementary color
Monochromatic Colors of #B7A744
Black with #B7A744
Text Example
Text Example
White with #B7A744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A744; }
p { color: rgb(183,167,68); }
H1.HeaderClassName
{
color: #B7A744;
}
.AnyTagClassName
{
color: #B7A744;
}
</style>
background-color css
<style>
a { background-color: #B7A744; }
a { background-color: rgb(183,167,68); }
div.DivClassName
{
background-color: #B7A744;
}
.BgClassName
{
background-color: #B7A744;
}
</style>
border-color css
<style>
span { border-color: #B7A744; }
span { border-color: rgb(183,167,68); }
td.TdClassName
{
border-color: #B7A744;
}
.TagClassName
{
border-color: #B7A744;
}
</style>