Shades of Brass #B8AF3B
Tints of Brass #B8AF3B
RGB
CMYK
RGB Variations
Color information
#B8AF3B (or 0xB8AF3B) is known color: Brass. HEX triplet: B8, AF and 3B. RGB value is (184,175,59). Sum of RGB (Red+Green+Blue) = 184+175+59=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 59 (23.44% from 255 or 14.11% from 418); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AF3B is #4750C4. Grayscale: #A4A4A4. Windows color (decimal): -4673733 or 3911608. OLE color: 3911608.
HSL color Cylindrical-coordinate representation of color #B8AF3B: hue angle of 55.68º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B8AF3B is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 175 | 59 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.28 |
| HSL | 55.68º | 0.51% | 0.48% | - |
| HSV(B) | 55.68º | 0.68% | 0.72% | - |
| XYZ | 35.89 | 41.17 | 10.19 | - |
| YUV | 164.47 | 68.48 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 175 | 59 | 0 | 0.05 | 0.68 | 0.28 | 55.68 | 0.51 | 0.48 |
| Hex | B8 | AF | 3B | 0 | 5 | 44 | 1C | 38 | 33 | 30 |
| Octal | 270 | 257 | 73 | 0 | 5 | 104 | 34 | 70 | 63 | 60 |
| Binary | 10111000 | 10101111 | 111011 | 0 | 101 | 1000100 | 11100 | 111000 | 110011 | 110000 |
Color Harmonies of #B8AF3B
Complementary color
Monochromatic Colors of #B8AF3B
Black with #B8AF3B
Text Example
Text Example
White with #B8AF3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AF3B; }
p { color: rgb(184,175,59); }
H1.HeaderClassName
{
color: #B8AF3B;
}
.AnyTagClassName
{
color: #B8AF3B;
}
</style>
background-color css
<style>
a { background-color: #B8AF3B; }
a { background-color: rgb(184,175,59); }
div.DivClassName
{
background-color: #B8AF3B;
}
.BgClassName
{
background-color: #B8AF3B;
}
</style>
border-color css
<style>
span { border-color: #B8AF3B; }
span { border-color: rgb(184,175,59); }
td.TdClassName
{
border-color: #B8AF3B;
}
.TagClassName
{
border-color: #B8AF3B;
}
</style>