Shades of Brass #B7B637
Tints of Brass #B7B637
RGB
CMYK
RGB Variations
Color information
#B7B637 (or 0xB7B637) is known color: Brass. HEX triplet: B7, B6 and 37. RGB value is (183,182,55). Sum of RGB (Red+Green+Blue) = 183+182+55=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 182 (71.48% from 255 or 43.33% from 420); Blue value is 55 (21.88% from 255 or 13.10% from 420); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B637 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B637 is #4849C8. Grayscale: #A8A8A8. Windows color (decimal): -4737481 or 3651255. OLE color: 3651255.
HSL color Cylindrical-coordinate representation of color #B7B637: hue angle of 59.53º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B7B637 is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 182 | 55 | - |
| CMYK | 0 | 0.01 | 0.70 | 0.28 |
| HSL | 59.53º | 0.54% | 0.47% | - |
| HSV(B) | 59.53º | 0.7% | 0.72% | - |
| XYZ | 36.95 | 43.8 | 10.12 | - |
| YUV | 167.82 | 64.33 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 182 | 55 | 0 | 0.01 | 0.70 | 0.28 | 59.53 | 0.54 | 0.47 |
| Hex | B7 | B6 | 37 | 0 | 1 | 46 | 1C | 3C | 36 | 2F |
| Octal | 267 | 266 | 67 | 0 | 1 | 106 | 34 | 74 | 66 | 57 |
| Binary | 10110111 | 10110110 | 110111 | 0 | 1 | 1000110 | 11100 | 111100 | 110110 | 101111 |
Color Harmonies of #B7B637
Complementary color
Monochromatic Colors of #B7B637
Black with #B7B637
Text Example
Text Example
White with #B7B637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B637; }
p { color: rgb(183,182,55); }
H1.HeaderClassName
{
color: #B7B637;
}
.AnyTagClassName
{
color: #B7B637;
}
</style>
background-color css
<style>
a { background-color: #B7B637; }
a { background-color: rgb(183,182,55); }
div.DivClassName
{
background-color: #B7B637;
}
.BgClassName
{
background-color: #B7B637;
}
</style>
border-color css
<style>
span { border-color: #B7B637; }
span { border-color: rgb(183,182,55); }
td.TdClassName
{
border-color: #B7B637;
}
.TagClassName
{
border-color: #B7B637;
}
</style>