Shades of Brass #BDAB3C
Tints of Brass #BDAB3C
RGB
CMYK
RGB Variations
Color information
#BDAB3C (or 0xBDAB3C) is known color: Brass. HEX triplet: BD, AB and 3C. RGB value is (189,171,60). Sum of RGB (Red+Green+Blue) = 189+171+60=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 60 (23.83% from 255 or 14.29% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAB3C is #4254C3. Grayscale: #A4A4A4. Windows color (decimal): -4347076 or 3976125. OLE color: 3976125.
HSL color Cylindrical-coordinate representation of color #BDAB3C: hue angle of 51.63º 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 #BDAB3C is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 60 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.26 |
| HSL | 51.63º | 0.52% | 0.49% | - |
| HSV(B) | 51.63º | 0.68% | 0.74% | - |
| XYZ | 36.36 | 40.27 | 10.13 | - |
| YUV | 163.73 | 69.46 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 60 | 0 | 0.10 | 0.68 | 0.26 | 51.63 | 0.52 | 0.49 |
| Hex | BD | AB | 3C | 0 | A | 44 | 1A | 34 | 34 | 31 |
| Octal | 275 | 253 | 74 | 0 | 12 | 104 | 32 | 64 | 64 | 61 |
| Binary | 10111101 | 10101011 | 111100 | 0 | 1010 | 1000100 | 11010 | 110100 | 110100 | 110001 |
Color Harmonies of #BDAB3C
Complementary color
Monochromatic Colors of #BDAB3C
Black with #BDAB3C
Text Example
Text Example
White with #BDAB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB3C; }
p { color: rgb(189,171,60); }
H1.HeaderClassName
{
color: #BDAB3C;
}
.AnyTagClassName
{
color: #BDAB3C;
}
</style>
background-color css
<style>
a { background-color: #BDAB3C; }
a { background-color: rgb(189,171,60); }
div.DivClassName
{
background-color: #BDAB3C;
}
.BgClassName
{
background-color: #BDAB3C;
}
</style>
border-color css
<style>
span { border-color: #BDAB3C; }
span { border-color: rgb(189,171,60); }
td.TdClassName
{
border-color: #BDAB3C;
}
.TagClassName
{
border-color: #BDAB3C;
}
</style>