Shades of Brass #BDB43C
Tints of Brass #BDB43C
RGB
CMYK
RGB Variations
Color information
#BDB43C (or 0xBDB43C) is known color: Brass. HEX triplet: BD, B4 and 3C. RGB value is (189,180,60). Sum of RGB (Red+Green+Blue) = 189+180+60=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 180 (70.70% from 255 or 41.96% from 429); Blue value is 60 (23.83% from 255 or 13.99% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB43C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB43C is #424BC3. Grayscale: #A9A9A9. Windows color (decimal): -4344772 or 3978429. OLE color: 3978429.
HSL color Cylindrical-coordinate representation of color #BDB43C: hue angle of 55.81º 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 #BDB43C is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 180 | 60 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.26 |
| HSL | 55.81º | 0.52% | 0.49% | - |
| HSV(B) | 55.81º | 0.68% | 0.74% | - |
| XYZ | 38.12 | 43.79 | 10.72 | - |
| YUV | 169.01 | 66.48 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 180 | 60 | 0 | 0.05 | 0.68 | 0.26 | 55.81 | 0.52 | 0.49 |
| Hex | BD | B4 | 3C | 0 | 5 | 44 | 1A | 38 | 34 | 31 |
| Octal | 275 | 264 | 74 | 0 | 5 | 104 | 32 | 70 | 64 | 61 |
| Binary | 10111101 | 10110100 | 111100 | 0 | 101 | 1000100 | 11010 | 111000 | 110100 | 110001 |
Color Harmonies of #BDB43C
Complementary color
Monochromatic Colors of #BDB43C
Black with #BDB43C
Text Example
Text Example
White with #BDB43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB43C; }
p { color: rgb(189,180,60); }
H1.HeaderClassName
{
color: #BDB43C;
}
.AnyTagClassName
{
color: #BDB43C;
}
</style>
background-color css
<style>
a { background-color: #BDB43C; }
a { background-color: rgb(189,180,60); }
div.DivClassName
{
background-color: #BDB43C;
}
.BgClassName
{
background-color: #BDB43C;
}
</style>
border-color css
<style>
span { border-color: #BDB43C; }
span { border-color: rgb(189,180,60); }
td.TdClassName
{
border-color: #BDB43C;
}
.TagClassName
{
border-color: #BDB43C;
}
</style>