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