Shades of Brass #BCAF3D
Tints of Brass #BCAF3D
RGB
CMYK
RGB Variations
Color information
#BCAF3D (or 0xBCAF3D) is known color: Brass. HEX triplet: BC, AF and 3D. RGB value is (188,175,61). Sum of RGB (Red+Green+Blue) = 188+175+61=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 61 (24.22% from 255 or 14.39% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAF3D is #4350C2. Grayscale: #A6A6A6. Windows color (decimal): -4411587 or 4042684. OLE color: 4042684.
HSL color Cylindrical-coordinate representation of color #BCAF3D: hue angle of 53.86º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCAF3D is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 175 | 61 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.26 |
| HSL | 53.86º | 0.51% | 0.49% | - |
| HSV(B) | 53.86º | 0.68% | 0.74% | - |
| XYZ | 36.91 | 41.69 | 10.52 | - |
| YUV | 165.89 | 68.81 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 61 | 0 | 0.07 | 0.68 | 0.26 | 53.86 | 0.51 | 0.49 |
| Hex | BC | AF | 3D | 0 | 7 | 44 | 1A | 36 | 33 | 31 |
| Octal | 274 | 257 | 75 | 0 | 7 | 104 | 32 | 66 | 63 | 61 |
| Binary | 10111100 | 10101111 | 111101 | 0 | 111 | 1000100 | 11010 | 110110 | 110011 | 110001 |
Color Harmonies of #BCAF3D
Complementary color
Monochromatic Colors of #BCAF3D
Black with #BCAF3D
Text Example
Text Example
White with #BCAF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAF3D; }
p { color: rgb(188,175,61); }
H1.HeaderClassName
{
color: #BCAF3D;
}
.AnyTagClassName
{
color: #BCAF3D;
}
</style>
background-color css
<style>
a { background-color: #BCAF3D; }
a { background-color: rgb(188,175,61); }
div.DivClassName
{
background-color: #BCAF3D;
}
.BgClassName
{
background-color: #BCAF3D;
}
</style>
border-color css
<style>
span { border-color: #BCAF3D; }
span { border-color: rgb(188,175,61); }
td.TdClassName
{
border-color: #BCAF3D;
}
.TagClassName
{
border-color: #BCAF3D;
}
</style>