Shades of Brass #B7A83B
Tints of Brass #B7A83B
RGB
CMYK
RGB Variations
Color information
#B7A83B (or 0xB7A83B) is known color: Brass. HEX triplet: B7, A8 and 3B. RGB value is (183,168,59). Sum of RGB (Red+Green+Blue) = 183+168+59=410 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.63% from 410); Green value is 168 (66.02% from 255 or 40.98% from 410); Blue value is 59 (23.44% from 255 or 14.39% from 410); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A83B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A83B is #4857C4. Grayscale: #A0A0A0. Windows color (decimal): -4741061 or 3909815. OLE color: 3909815.
HSL color Cylindrical-coordinate representation of color #B7A83B: hue angle of 52.74º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B7A83B is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 168 | 59 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.28 |
| HSL | 52.74º | 0.51% | 0.47% | - |
| HSV(B) | 52.74º | 0.68% | 0.72% | - |
| XYZ | 34.32 | 38.39 | 9.74 | - |
| YUV | 160.06 | 70.97 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 168 | 59 | 0 | 0.08 | 0.68 | 0.28 | 52.74 | 0.51 | 0.47 |
| Hex | B7 | A8 | 3B | 0 | 8 | 44 | 1C | 35 | 33 | 2F |
| Octal | 267 | 250 | 73 | 0 | 10 | 104 | 34 | 65 | 63 | 57 |
| Binary | 10110111 | 10101000 | 111011 | 0 | 1000 | 1000100 | 11100 | 110101 | 110011 | 101111 |
Color Harmonies of #B7A83B
Complementary color
Monochromatic Colors of #B7A83B
Black with #B7A83B
Text Example
Text Example
White with #B7A83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A83B; }
p { color: rgb(183,168,59); }
H1.HeaderClassName
{
color: #B7A83B;
}
.AnyTagClassName
{
color: #B7A83B;
}
</style>
background-color css
<style>
a { background-color: #B7A83B; }
a { background-color: rgb(183,168,59); }
div.DivClassName
{
background-color: #B7A83B;
}
.BgClassName
{
background-color: #B7A83B;
}
</style>
border-color css
<style>
span { border-color: #B7A83B; }
span { border-color: rgb(183,168,59); }
td.TdClassName
{
border-color: #B7A83B;
}
.TagClassName
{
border-color: #B7A83B;
}
</style>