Shades of Brass #B7AB3F
Tints of Brass #B7AB3F
RGB
CMYK
RGB Variations
Color information
#B7AB3F (or 0xB7AB3F) is known color: Brass. HEX triplet: B7, AB and 3F. RGB value is (183,171,63). Sum of RGB (Red+Green+Blue) = 183+171+63=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 63 (25% from 255 or 15.11% from 417); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AB3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AB3F is #4854C0. Grayscale: #A2A2A2. Windows color (decimal): -4740289 or 4172727. OLE color: 4172727.
HSL color Cylindrical-coordinate representation of color #B7AB3F: hue angle of 54º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B7AB3F is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 171 | 63 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.28 |
| HSL | 54º | 0.49% | 0.48% | - |
| HSV(B) | 54º | 0.66% | 0.72% | - |
| XYZ | 34.99 | 39.55 | 10.49 | - |
| YUV | 162.28 | 71.98 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 171 | 63 | 0 | 0.07 | 0.66 | 0.28 | 54 | 0.49 | 0.48 |
| Hex | B7 | AB | 3F | 0 | 7 | 42 | 1C | 36 | 31 | 30 |
| Octal | 267 | 253 | 77 | 0 | 7 | 102 | 34 | 66 | 61 | 60 |
| Binary | 10110111 | 10101011 | 111111 | 0 | 111 | 1000010 | 11100 | 110110 | 110001 | 110000 |
Color Harmonies of #B7AB3F
Complementary color
Monochromatic Colors of #B7AB3F
Black with #B7AB3F
Text Example
Text Example
White with #B7AB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AB3F; }
p { color: rgb(183,171,63); }
H1.HeaderClassName
{
color: #B7AB3F;
}
.AnyTagClassName
{
color: #B7AB3F;
}
</style>
background-color css
<style>
a { background-color: #B7AB3F; }
a { background-color: rgb(183,171,63); }
div.DivClassName
{
background-color: #B7AB3F;
}
.BgClassName
{
background-color: #B7AB3F;
}
</style>
border-color css
<style>
span { border-color: #B7AB3F; }
span { border-color: rgb(183,171,63); }
td.TdClassName
{
border-color: #B7AB3F;
}
.TagClassName
{
border-color: #B7AB3F;
}
</style>