Shades of Brass #B7A83F
Tints of Brass #B7A83F
RGB
CMYK
RGB Variations
Color information
#B7A83F (or 0xB7A83F) is known color: Brass. HEX triplet: B7, A8 and 3F. RGB value is (183,168,63). Sum of RGB (Red+Green+Blue) = 183+168+63=414 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.20% from 414); Green value is 168 (66.02% from 255 or 40.58% from 414); Blue value is 63 (25% from 255 or 15.22% from 414); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A83F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A83F is #4857C0. Grayscale: #A0A0A0. Windows color (decimal): -4741057 or 4171959. OLE color: 4171959.
HSL color Cylindrical-coordinate representation of color #B7A83F: hue angle of 52.5º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B7A83F is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 168 | 63 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.28 |
| HSL | 52.5º | 0.49% | 0.48% | - |
| HSV(B) | 52.5º | 0.66% | 0.72% | - |
| XYZ | 34.43 | 38.43 | 10.31 | - |
| YUV | 160.52 | 72.97 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 168 | 63 | 0 | 0.08 | 0.66 | 0.28 | 52.5 | 0.49 | 0.48 |
| Hex | B7 | A8 | 3F | 0 | 8 | 42 | 1C | 34 | 31 | 30 |
| Octal | 267 | 250 | 77 | 0 | 10 | 102 | 34 | 64 | 61 | 60 |
| Binary | 10110111 | 10101000 | 111111 | 0 | 1000 | 1000010 | 11100 | 110100 | 110001 | 110000 |
Color Harmonies of #B7A83F
Complementary color
Monochromatic Colors of #B7A83F
Black with #B7A83F
Text Example
Text Example
White with #B7A83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A83F; }
p { color: rgb(183,168,63); }
H1.HeaderClassName
{
color: #B7A83F;
}
.AnyTagClassName
{
color: #B7A83F;
}
</style>
background-color css
<style>
a { background-color: #B7A83F; }
a { background-color: rgb(183,168,63); }
div.DivClassName
{
background-color: #B7A83F;
}
.BgClassName
{
background-color: #B7A83F;
}
</style>
border-color css
<style>
span { border-color: #B7A83F; }
span { border-color: rgb(183,168,63); }
td.TdClassName
{
border-color: #B7A83F;
}
.TagClassName
{
border-color: #B7A83F;
}
</style>