Shades of Brass #B5AF3C
Tints of Brass #B5AF3C
RGB
CMYK
RGB Variations
Color information
#B5AF3C (or 0xB5AF3C) is known color: Brass. HEX triplet: B5, AF and 3C. RGB value is (181,175,60). Sum of RGB (Red+Green+Blue) = 181+175+60=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 175 (68.75% from 255 or 42.07% from 416); Blue value is 60 (23.83% from 255 or 14.42% from 416); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AF3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AF3C is #4A50C3. Grayscale: #A4A4A4. Windows color (decimal): -4870340 or 3977141. OLE color: 3977141.
HSL color Cylindrical-coordinate representation of color #B5AF3C: hue angle of 57.02º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B5AF3C is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 175 | 60 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.29 |
| HSL | 57.02º | 0.5% | 0.47% | - |
| HSV(B) | 57.02º | 0.67% | 0.71% | - |
| XYZ | 35.2 | 40.81 | 10.3 | - |
| YUV | 163.68 | 69.49 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 175 | 60 | 0 | 0.03 | 0.67 | 0.29 | 57.02 | 0.5 | 0.47 |
| Hex | B5 | AF | 3C | 0 | 3 | 43 | 1D | 39 | 32 | 2F |
| Octal | 265 | 257 | 74 | 0 | 3 | 103 | 35 | 71 | 62 | 57 |
| Binary | 10110101 | 10101111 | 111100 | 0 | 11 | 1000011 | 11101 | 111001 | 110010 | 101111 |
Color Harmonies of #B5AF3C
Complementary color
Monochromatic Colors of #B5AF3C
Black with #B5AF3C
Text Example
Text Example
White with #B5AF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AF3C; }
p { color: rgb(181,175,60); }
H1.HeaderClassName
{
color: #B5AF3C;
}
.AnyTagClassName
{
color: #B5AF3C;
}
</style>
background-color css
<style>
a { background-color: #B5AF3C; }
a { background-color: rgb(181,175,60); }
div.DivClassName
{
background-color: #B5AF3C;
}
.BgClassName
{
background-color: #B5AF3C;
}
</style>
border-color css
<style>
span { border-color: #B5AF3C; }
span { border-color: rgb(181,175,60); }
td.TdClassName
{
border-color: #B5AF3C;
}
.TagClassName
{
border-color: #B5AF3C;
}
</style>