Shades of Brass #B7AF42
Tints of Brass #B7AF42
RGB
CMYK
RGB Variations
Color information
#B7AF42 (or 0xB7AF42) is known color: Brass. HEX triplet: B7, AF and 42. RGB value is (183,175,66). Sum of RGB (Red+Green+Blue) = 183+175+66=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 66 (26.17% from 255 or 15.57% from 424); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AF42 is #4850BD. Grayscale: #A5A5A5. Windows color (decimal): -4739262 or 4370359. OLE color: 4370359.
HSL color Cylindrical-coordinate representation of color #B7AF42: hue angle of 55.9º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B7AF42 is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 175 | 66 | - |
| CMYK | 0 | 0.04 | 0.64 | 0.28 |
| HSL | 55.9º | 0.47% | 0.49% | - |
| HSV(B) | 55.9º | 0.64% | 0.72% | - |
| XYZ | 35.84 | 41.12 | 11.2 | - |
| YUV | 164.97 | 72.15 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 175 | 66 | 0 | 0.04 | 0.64 | 0.28 | 55.9 | 0.47 | 0.49 |
| Hex | B7 | AF | 42 | 0 | 4 | 40 | 1C | 38 | 2F | 31 |
| Octal | 267 | 257 | 102 | 0 | 4 | 100 | 34 | 70 | 57 | 61 |
| Binary | 10110111 | 10101111 | 1000010 | 0 | 100 | 1000000 | 11100 | 111000 | 101111 | 110001 |
Color Harmonies of #B7AF42
Complementary color
Monochromatic Colors of #B7AF42
Black with #B7AF42
Text Example
Text Example
White with #B7AF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AF42; }
p { color: rgb(183,175,66); }
H1.HeaderClassName
{
color: #B7AF42;
}
.AnyTagClassName
{
color: #B7AF42;
}
</style>
background-color css
<style>
a { background-color: #B7AF42; }
a { background-color: rgb(183,175,66); }
div.DivClassName
{
background-color: #B7AF42;
}
.BgClassName
{
background-color: #B7AF42;
}
</style>
border-color css
<style>
span { border-color: #B7AF42; }
span { border-color: rgb(183,175,66); }
td.TdClassName
{
border-color: #B7AF42;
}
.TagClassName
{
border-color: #B7AF42;
}
</style>