Shades of Brass #B7B041
Tints of Brass #B7B041
RGB
CMYK
RGB Variations
Color information
#B7B041 (or 0xB7B041) is known color: Brass. HEX triplet: B7, B0 and 41. RGB value is (183,176,65). Sum of RGB (Red+Green+Blue) = 183+176+65=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 176 (69.14% from 255 or 41.51% from 424); Blue value is 65 (25.78% from 255 or 15.33% from 424); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B041 is #484FBE. Grayscale: #A5A5A5. Windows color (decimal): -4739007 or 4305079. OLE color: 4305079.
HSL color Cylindrical-coordinate representation of color #B7B041: hue angle of 56.44º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B7B041 is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 176 | 65 | - |
| CMYK | 0 | 0.04 | 0.64 | 0.28 |
| HSL | 56.44º | 0.48% | 0.49% | - |
| HSV(B) | 56.44º | 0.64% | 0.72% | - |
| XYZ | 36.01 | 41.5 | 11.11 | - |
| YUV | 165.44 | 71.32 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 176 | 65 | 0 | 0.04 | 0.64 | 0.28 | 56.44 | 0.48 | 0.49 |
| Hex | B7 | B0 | 41 | 0 | 4 | 40 | 1C | 38 | 30 | 31 |
| Octal | 267 | 260 | 101 | 0 | 4 | 100 | 34 | 70 | 60 | 61 |
| Binary | 10110111 | 10110000 | 1000001 | 0 | 100 | 1000000 | 11100 | 111000 | 110000 | 110001 |
Color Harmonies of #B7B041
Complementary color
Monochromatic Colors of #B7B041
Black with #B7B041
Text Example
Text Example
White with #B7B041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B041; }
p { color: rgb(183,176,65); }
H1.HeaderClassName
{
color: #B7B041;
}
.AnyTagClassName
{
color: #B7B041;
}
</style>
background-color css
<style>
a { background-color: #B7B041; }
a { background-color: rgb(183,176,65); }
div.DivClassName
{
background-color: #B7B041;
}
.BgClassName
{
background-color: #B7B041;
}
</style>
border-color css
<style>
span { border-color: #B7B041; }
span { border-color: rgb(183,176,65); }
td.TdClassName
{
border-color: #B7B041;
}
.TagClassName
{
border-color: #B7B041;
}
</style>