Shades of Brass #B7A23C
Tints of Brass #B7A23C
RGB
CMYK
RGB Variations
Color information
#B7A23C (or 0xB7A23C) is known color: Brass. HEX triplet: B7, A2 and 3C. RGB value is (183,162,60). Sum of RGB (Red+Green+Blue) = 183+162+60=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 162 (63.67% from 255 or 40% from 405); Blue value is 60 (23.83% from 255 or 14.81% from 405); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A23C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A23C is #485DC3. Grayscale: #9D9D9D. Windows color (decimal): -4742596 or 3973815. OLE color: 3973815.
HSL color Cylindrical-coordinate representation of color #B7A23C: hue angle of 49.76º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B7A23C is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 162 | 60 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.28 |
| HSL | 49.76º | 0.51% | 0.48% | - |
| HSV(B) | 49.76º | 0.67% | 0.72% | - |
| XYZ | 33.26 | 36.23 | 9.52 | - |
| YUV | 156.65 | 73.46 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 162 | 60 | 0 | 0.11 | 0.67 | 0.28 | 49.76 | 0.51 | 0.48 |
| Hex | B7 | A2 | 3C | 0 | B | 43 | 1C | 32 | 33 | 30 |
| Octal | 267 | 242 | 74 | 0 | 13 | 103 | 34 | 62 | 63 | 60 |
| Binary | 10110111 | 10100010 | 111100 | 0 | 1011 | 1000011 | 11100 | 110010 | 110011 | 110000 |
Color Harmonies of #B7A23C
Complementary color
Monochromatic Colors of #B7A23C
Black with #B7A23C
Text Example
Text Example
White with #B7A23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A23C; }
p { color: rgb(183,162,60); }
H1.HeaderClassName
{
color: #B7A23C;
}
.AnyTagClassName
{
color: #B7A23C;
}
</style>
background-color css
<style>
a { background-color: #B7A23C; }
a { background-color: rgb(183,162,60); }
div.DivClassName
{
background-color: #B7A23C;
}
.BgClassName
{
background-color: #B7A23C;
}
</style>
border-color css
<style>
span { border-color: #B7A23C; }
span { border-color: rgb(183,162,60); }
td.TdClassName
{
border-color: #B7A23C;
}
.TagClassName
{
border-color: #B7A23C;
}
</style>