Shades of Brass #B7B536
Tints of Brass #B7B536
RGB
CMYK
RGB Variations
Color information
#B7B536 (or 0xB7B536) is known color: Brass. HEX triplet: B7, B5 and 36. RGB value is (183,181,54). Sum of RGB (Red+Green+Blue) = 183+181+54=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 181 (71.09% from 255 or 43.30% from 418); Blue value is 54 (21.48% from 255 or 12.92% from 418); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B536 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B536 is #484AC9. Grayscale: #A7A7A7. Windows color (decimal): -4737738 or 3585463. OLE color: 3585463.
HSL color Cylindrical-coordinate representation of color #B7B536: hue angle of 59.07º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B7B536 is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 181 | 54 | - |
| CMYK | 0 | 0.01 | 0.70 | 0.28 |
| HSL | 59.07º | 0.54% | 0.46% | - |
| HSV(B) | 59.07º | 0.7% | 0.72% | - |
| XYZ | 36.72 | 43.38 | 9.93 | - |
| YUV | 167.12 | 64.16 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 181 | 54 | 0 | 0.01 | 0.70 | 0.28 | 59.07 | 0.54 | 0.46 |
| Hex | B7 | B5 | 36 | 0 | 1 | 46 | 1C | 3B | 36 | 2E |
| Octal | 267 | 265 | 66 | 0 | 1 | 106 | 34 | 73 | 66 | 56 |
| Binary | 10110111 | 10110101 | 110110 | 0 | 1 | 1000110 | 11100 | 111011 | 110110 | 101110 |
Color Harmonies of #B7B536
Complementary color
Monochromatic Colors of #B7B536
Black with #B7B536
Text Example
Text Example
White with #B7B536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B536; }
p { color: rgb(183,181,54); }
H1.HeaderClassName
{
color: #B7B536;
}
.AnyTagClassName
{
color: #B7B536;
}
</style>
background-color css
<style>
a { background-color: #B7B536; }
a { background-color: rgb(183,181,54); }
div.DivClassName
{
background-color: #B7B536;
}
.BgClassName
{
background-color: #B7B536;
}
</style>
border-color css
<style>
span { border-color: #B7B536; }
span { border-color: rgb(183,181,54); }
td.TdClassName
{
border-color: #B7B536;
}
.TagClassName
{
border-color: #B7B536;
}
</style>