Shades of Brass #B7B23A
Tints of Brass #B7B23A
RGB
CMYK
RGB Variations
Color information
#B7B23A (or 0xB7B23A) is known color: Brass. HEX triplet: B7, B2 and 3A. RGB value is (183,178,58). Sum of RGB (Red+Green+Blue) = 183+178+58=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 178 (69.92% from 255 or 42.48% from 419); Blue value is 58 (23.05% from 255 or 13.84% from 419); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B23A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B23A is #484DC5. Grayscale: #A6A6A6. Windows color (decimal): -4738502 or 3846839. OLE color: 3846839.
HSL color Cylindrical-coordinate representation of color #B7B23A: hue angle of 57.6º degrees, saturation: 0.52, 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 #B7B23A is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 178 | 58 | - |
| CMYK | 0 | 0.03 | 0.68 | 0.28 |
| HSL | 57.6º | 0.52% | 0.47% | - |
| HSV(B) | 57.6º | 0.68% | 0.72% | - |
| XYZ | 36.21 | 42.21 | 10.24 | - |
| YUV | 165.82 | 67.16 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 178 | 58 | 0 | 0.03 | 0.68 | 0.28 | 57.6 | 0.52 | 0.47 |
| Hex | B7 | B2 | 3A | 0 | 3 | 44 | 1C | 3A | 34 | 2F |
| Octal | 267 | 262 | 72 | 0 | 3 | 104 | 34 | 72 | 64 | 57 |
| Binary | 10110111 | 10110010 | 111010 | 0 | 11 | 1000100 | 11100 | 111010 | 110100 | 101111 |
Color Harmonies of #B7B23A
Complementary color
Monochromatic Colors of #B7B23A
Black with #B7B23A
Text Example
Text Example
White with #B7B23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B23A; }
p { color: rgb(183,178,58); }
H1.HeaderClassName
{
color: #B7B23A;
}
.AnyTagClassName
{
color: #B7B23A;
}
</style>
background-color css
<style>
a { background-color: #B7B23A; }
a { background-color: rgb(183,178,58); }
div.DivClassName
{
background-color: #B7B23A;
}
.BgClassName
{
background-color: #B7B23A;
}
</style>
border-color css
<style>
span { border-color: #B7B23A; }
span { border-color: rgb(183,178,58); }
td.TdClassName
{
border-color: #B7B23A;
}
.TagClassName
{
border-color: #B7B23A;
}
</style>