Shades of Brass #B7B236
Tints of Brass #B7B236
RGB
CMYK
RGB Variations
Color information
#B7B236 (or 0xB7B236) is known color: Brass. HEX triplet: B7, B2 and 36. RGB value is (183,178,54). Sum of RGB (Red+Green+Blue) = 183+178+54=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 178 (69.92% from 255 or 42.89% from 415); Blue value is 54 (21.48% from 255 or 13.01% from 415); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B236 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B236 is #484DC9. Grayscale: #A5A5A5. Windows color (decimal): -4738506 or 3584695. OLE color: 3584695.
HSL color Cylindrical-coordinate representation of color #B7B236: hue angle of 57.67º 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 #B7B236 is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 178 | 54 | - |
| CMYK | 0 | 0.03 | 0.70 | 0.28 |
| HSL | 57.67º | 0.54% | 0.46% | - |
| HSV(B) | 57.67º | 0.7% | 0.72% | - |
| XYZ | 36.11 | 42.17 | 9.73 | - |
| YUV | 165.36 | 65.16 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 178 | 54 | 0 | 0.03 | 0.70 | 0.28 | 57.67 | 0.54 | 0.46 |
| Hex | B7 | B2 | 36 | 0 | 3 | 46 | 1C | 3A | 36 | 2E |
| Octal | 267 | 262 | 66 | 0 | 3 | 106 | 34 | 72 | 66 | 56 |
| Binary | 10110111 | 10110010 | 110110 | 0 | 11 | 1000110 | 11100 | 111010 | 110110 | 101110 |
Color Harmonies of #B7B236
Complementary color
Monochromatic Colors of #B7B236
Black with #B7B236
Text Example
Text Example
White with #B7B236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B236; }
p { color: rgb(183,178,54); }
H1.HeaderClassName
{
color: #B7B236;
}
.AnyTagClassName
{
color: #B7B236;
}
</style>
background-color css
<style>
a { background-color: #B7B236; }
a { background-color: rgb(183,178,54); }
div.DivClassName
{
background-color: #B7B236;
}
.BgClassName
{
background-color: #B7B236;
}
</style>
border-color css
<style>
span { border-color: #B7B236; }
span { border-color: rgb(183,178,54); }
td.TdClassName
{
border-color: #B7B236;
}
.TagClassName
{
border-color: #B7B236;
}
</style>