Shades of Brass #B7A23B
Tints of Brass #B7A23B
RGB
CMYK
RGB Variations
Color information
#B7A23B (or 0xB7A23B) is known color: Brass. HEX triplet: B7, A2 and 3B. RGB value is (183,162,59). Sum of RGB (Red+Green+Blue) = 183+162+59=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 59 (23.44% from 255 or 14.60% from 404); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A23B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A23B is #485DC4. Grayscale: #9C9C9C. Windows color (decimal): -4742597 or 3908279. OLE color: 3908279.
HSL color Cylindrical-coordinate representation of color #B7A23B: hue angle of 49.84º 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 #B7A23B is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 162 | 59 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.28 |
| HSL | 49.84º | 0.51% | 0.47% | - |
| HSV(B) | 49.84º | 0.68% | 0.72% | - |
| XYZ | 33.24 | 36.22 | 9.38 | - |
| YUV | 156.54 | 72.96 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 162 | 59 | 0 | 0.11 | 0.68 | 0.28 | 49.84 | 0.51 | 0.47 |
| Hex | B7 | A2 | 3B | 0 | B | 44 | 1C | 32 | 33 | 2F |
| Octal | 267 | 242 | 73 | 0 | 13 | 104 | 34 | 62 | 63 | 57 |
| Binary | 10110111 | 10100010 | 111011 | 0 | 1011 | 1000100 | 11100 | 110010 | 110011 | 101111 |
Color Harmonies of #B7A23B
Complementary color
Monochromatic Colors of #B7A23B
Black with #B7A23B
Text Example
Text Example
White with #B7A23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A23B; }
p { color: rgb(183,162,59); }
H1.HeaderClassName
{
color: #B7A23B;
}
.AnyTagClassName
{
color: #B7A23B;
}
</style>
background-color css
<style>
a { background-color: #B7A23B; }
a { background-color: rgb(183,162,59); }
div.DivClassName
{
background-color: #B7A23B;
}
.BgClassName
{
background-color: #B7A23B;
}
</style>
border-color css
<style>
span { border-color: #B7A23B; }
span { border-color: rgb(183,162,59); }
td.TdClassName
{
border-color: #B7A23B;
}
.TagClassName
{
border-color: #B7A23B;
}
</style>