Shades of Brass #BDA83C
Tints of Brass #BDA83C
RGB
CMYK
RGB Variations
Color information
#BDA83C (or 0xBDA83C) is known color: Brass. HEX triplet: BD, A8 and 3C. RGB value is (189,168,60). Sum of RGB (Red+Green+Blue) = 189+168+60=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 168 (66.02% from 255 or 40.29% from 417); Blue value is 60 (23.83% from 255 or 14.39% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA83C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA83C is #4257C3. Grayscale: #A2A2A2. Windows color (decimal): -4347844 or 3975357. OLE color: 3975357.
HSL color Cylindrical-coordinate representation of color #BDA83C: hue angle of 50.23º degrees, saturation: 0.52, 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 #BDA83C is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 168 | 60 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.26 |
| HSL | 50.23º | 0.52% | 0.49% | - |
| HSV(B) | 50.23º | 0.68% | 0.74% | - |
| XYZ | 35.8 | 39.15 | 9.94 | - |
| YUV | 161.97 | 70.46 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 60 | 0 | 0.11 | 0.68 | 0.26 | 50.23 | 0.52 | 0.49 |
| Hex | BD | A8 | 3C | 0 | B | 44 | 1A | 32 | 34 | 31 |
| Octal | 275 | 250 | 74 | 0 | 13 | 104 | 32 | 62 | 64 | 61 |
| Binary | 10111101 | 10101000 | 111100 | 0 | 1011 | 1000100 | 11010 | 110010 | 110100 | 110001 |
Color Harmonies of #BDA83C
Complementary color
Monochromatic Colors of #BDA83C
Black with #BDA83C
Text Example
Text Example
White with #BDA83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA83C; }
p { color: rgb(189,168,60); }
H1.HeaderClassName
{
color: #BDA83C;
}
.AnyTagClassName
{
color: #BDA83C;
}
</style>
background-color css
<style>
a { background-color: #BDA83C; }
a { background-color: rgb(189,168,60); }
div.DivClassName
{
background-color: #BDA83C;
}
.BgClassName
{
background-color: #BDA83C;
}
</style>
border-color css
<style>
span { border-color: #BDA83C; }
span { border-color: rgb(189,168,60); }
td.TdClassName
{
border-color: #BDA83C;
}
.TagClassName
{
border-color: #BDA83C;
}
</style>