Shades of Brass #B7B240
Tints of Brass #B7B240
RGB
CMYK
RGB Variations
Color information
#B7B240 (or 0xB7B240) is known color: Brass. HEX triplet: B7, B2 and 40. RGB value is (183,178,64). Sum of RGB (Red+Green+Blue) = 183+178+64=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 178 (69.92% from 255 or 41.88% from 425); Blue value is 64 (25.39% from 255 or 15.06% from 425); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B240 is #484DBF. Grayscale: #A6A6A6. Windows color (decimal): -4738496 or 4240055. OLE color: 4240055.
HSL color Cylindrical-coordinate representation of color #B7B240: hue angle of 57.48º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B7B240 is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 178 | 64 | - |
| CMYK | 0 | 0.03 | 0.65 | 0.28 |
| HSL | 57.48º | 0.48% | 0.48% | - |
| HSV(B) | 57.48º | 0.65% | 0.72% | - |
| XYZ | 36.37 | 42.28 | 11.09 | - |
| YUV | 166.5 | 70.16 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 178 | 64 | 0 | 0.03 | 0.65 | 0.28 | 57.48 | 0.48 | 0.48 |
| Hex | B7 | B2 | 40 | 0 | 3 | 41 | 1C | 39 | 30 | 30 |
| Octal | 267 | 262 | 100 | 0 | 3 | 101 | 34 | 71 | 60 | 60 |
| Binary | 10110111 | 10110010 | 1000000 | 0 | 11 | 1000001 | 11100 | 111001 | 110000 | 110000 |
Color Harmonies of #B7B240
Complementary color
Monochromatic Colors of #B7B240
Black with #B7B240
Text Example
Text Example
White with #B7B240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B240; }
p { color: rgb(183,178,64); }
H1.HeaderClassName
{
color: #B7B240;
}
.AnyTagClassName
{
color: #B7B240;
}
</style>
background-color css
<style>
a { background-color: #B7B240; }
a { background-color: rgb(183,178,64); }
div.DivClassName
{
background-color: #B7B240;
}
.BgClassName
{
background-color: #B7B240;
}
</style>
border-color css
<style>
span { border-color: #B7B240; }
span { border-color: rgb(183,178,64); }
td.TdClassName
{
border-color: #B7B240;
}
.TagClassName
{
border-color: #B7B240;
}
</style>