Shades of Brass #B7AF43
Tints of Brass #B7AF43
RGB
CMYK
RGB Variations
Color information
#B7AF43 (or 0xB7AF43) is known color: Brass. HEX triplet: B7, AF and 43. RGB value is (183,175,67). Sum of RGB (Red+Green+Blue) = 183+175+67=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 67 (26.56% from 255 or 15.76% from 425); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AF43 is #4850BC. Grayscale: #A5A5A5. Windows color (decimal): -4739261 or 4435895. OLE color: 4435895.
HSL color Cylindrical-coordinate representation of color #B7AF43: hue angle of 55.86º 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 #B7AF43 is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 175 | 67 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.28 |
| HSL | 55.86º | 0.46% | 0.49% | - |
| HSV(B) | 55.86º | 0.63% | 0.72% | - |
| XYZ | 35.87 | 41.13 | 11.36 | - |
| YUV | 165.08 | 72.65 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 175 | 67 | 0 | 0.04 | 0.63 | 0.28 | 55.86 | 0.46 | 0.49 |
| Hex | B7 | AF | 43 | 0 | 4 | 3F | 1C | 38 | 2E | 31 |
| Octal | 267 | 257 | 103 | 0 | 4 | 77 | 34 | 70 | 56 | 61 |
| Binary | 10110111 | 10101111 | 1000011 | 0 | 100 | 111111 | 11100 | 111000 | 101110 | 110001 |
Color Harmonies of #B7AF43
Complementary color
Monochromatic Colors of #B7AF43
Black with #B7AF43
Text Example
Text Example
White with #B7AF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AF43; }
p { color: rgb(183,175,67); }
H1.HeaderClassName
{
color: #B7AF43;
}
.AnyTagClassName
{
color: #B7AF43;
}
</style>
background-color css
<style>
a { background-color: #B7AF43; }
a { background-color: rgb(183,175,67); }
div.DivClassName
{
background-color: #B7AF43;
}
.BgClassName
{
background-color: #B7AF43;
}
</style>
border-color css
<style>
span { border-color: #B7AF43; }
span { border-color: rgb(183,175,67); }
td.TdClassName
{
border-color: #B7AF43;
}
.TagClassName
{
border-color: #B7AF43;
}
</style>