Shades of Brass #B7AB3C
Tints of Brass #B7AB3C
RGB
CMYK
RGB Variations
Color information
#B7AB3C (or 0xB7AB3C) is known color: Brass. HEX triplet: B7, AB and 3C. RGB value is (183,171,60). Sum of RGB (Red+Green+Blue) = 183+171+60=414 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.20% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 60 (23.83% from 255 or 14.49% from 414); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AB3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AB3C is #4854C3. Grayscale: #A2A2A2. Windows color (decimal): -4740292 or 3976119. OLE color: 3976119.
HSL color Cylindrical-coordinate representation of color #B7AB3C: hue angle of 54.15º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B7AB3C is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 171 | 60 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.28 |
| HSL | 54.15º | 0.51% | 0.48% | - |
| HSV(B) | 54.15º | 0.67% | 0.72% | - |
| XYZ | 34.91 | 39.52 | 10.06 | - |
| YUV | 161.93 | 70.48 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 171 | 60 | 0 | 0.07 | 0.67 | 0.28 | 54.15 | 0.51 | 0.48 |
| Hex | B7 | AB | 3C | 0 | 7 | 43 | 1C | 36 | 33 | 30 |
| Octal | 267 | 253 | 74 | 0 | 7 | 103 | 34 | 66 | 63 | 60 |
| Binary | 10110111 | 10101011 | 111100 | 0 | 111 | 1000011 | 11100 | 110110 | 110011 | 110000 |
Color Harmonies of #B7AB3C
Complementary color
Monochromatic Colors of #B7AB3C
Black with #B7AB3C
Text Example
Text Example
White with #B7AB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AB3C; }
p { color: rgb(183,171,60); }
H1.HeaderClassName
{
color: #B7AB3C;
}
.AnyTagClassName
{
color: #B7AB3C;
}
</style>
background-color css
<style>
a { background-color: #B7AB3C; }
a { background-color: rgb(183,171,60); }
div.DivClassName
{
background-color: #B7AB3C;
}
.BgClassName
{
background-color: #B7AB3C;
}
</style>
border-color css
<style>
span { border-color: #B7AB3C; }
span { border-color: rgb(183,171,60); }
td.TdClassName
{
border-color: #B7AB3C;
}
.TagClassName
{
border-color: #B7AB3C;
}
</style>