Shades of Brass #B7A235
Tints of Brass #B7A235
RGB
CMYK
RGB Variations
Color information
#B7A235 (or 0xB7A235) is known color: Brass. HEX triplet: B7, A2 and 35. RGB value is (183,162,53). Sum of RGB (Red+Green+Blue) = 183+162+53=398 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.98% from 398); Green value is 162 (63.67% from 255 or 40.70% from 398); Blue value is 53 (21.09% from 255 or 13.32% from 398); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A235 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A235 is #485DCA. Grayscale: #9C9C9C. Windows color (decimal): -4742603 or 3515063. OLE color: 3515063.
HSL color Cylindrical-coordinate representation of color #B7A235: hue angle of 50.31º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B7A235 is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 162 | 53 | - |
| CMYK | 0 | 0.11 | 0.71 | 0.28 |
| HSL | 50.31º | 0.55% | 0.46% | - |
| HSV(B) | 50.31º | 0.71% | 0.72% | - |
| XYZ | 33.09 | 36.16 | 8.6 | - |
| YUV | 155.85 | 69.96 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 162 | 53 | 0 | 0.11 | 0.71 | 0.28 | 50.31 | 0.55 | 0.46 |
| Hex | B7 | A2 | 35 | 0 | B | 47 | 1C | 32 | 37 | 2E |
| Octal | 267 | 242 | 65 | 0 | 13 | 107 | 34 | 62 | 67 | 56 |
| Binary | 10110111 | 10100010 | 110101 | 0 | 1011 | 1000111 | 11100 | 110010 | 110111 | 101110 |
Color Harmonies of #B7A235
Complementary color
Monochromatic Colors of #B7A235
Black with #B7A235
Text Example
Text Example
White with #B7A235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A235; }
p { color: rgb(183,162,53); }
H1.HeaderClassName
{
color: #B7A235;
}
.AnyTagClassName
{
color: #B7A235;
}
</style>
background-color css
<style>
a { background-color: #B7A235; }
a { background-color: rgb(183,162,53); }
div.DivClassName
{
background-color: #B7A235;
}
.BgClassName
{
background-color: #B7A235;
}
</style>
border-color css
<style>
span { border-color: #B7A235; }
span { border-color: rgb(183,162,53); }
td.TdClassName
{
border-color: #B7A235;
}
.TagClassName
{
border-color: #B7A235;
}
</style>