Shades of Brass #BDA633
Tints of Brass #BDA633
RGB
CMYK
RGB Variations
Color information
#BDA633 (or 0xBDA633) is known color: Brass. HEX triplet: BD, A6 and 33. RGB value is (189,166,51). Sum of RGB (Red+Green+Blue) = 189+166+51=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 166 (65.23% from 255 or 40.89% from 406); Blue value is 51 (20.31% from 255 or 12.56% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA633 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA633 is #4259CC. Grayscale: #A0A0A0. Windows color (decimal): -4348365 or 3385021. OLE color: 3385021.
HSL color Cylindrical-coordinate representation of color #BDA633: hue angle of 50º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BDA633 is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 166 | 51 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.26 |
| HSL | 50º | 0.58% | 0.47% | - |
| HSV(B) | 50º | 0.73% | 0.74% | - |
| XYZ | 35.22 | 38.33 | 8.67 | - |
| YUV | 159.77 | 66.62 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 51 | 0 | 0.12 | 0.73 | 0.26 | 50 | 0.58 | 0.47 |
| Hex | BD | A6 | 33 | 0 | C | 49 | 1A | 32 | 3A | 2F |
| Octal | 275 | 246 | 63 | 0 | 14 | 111 | 32 | 62 | 72 | 57 |
| Binary | 10111101 | 10100110 | 110011 | 0 | 1100 | 1001001 | 11010 | 110010 | 111010 | 101111 |
Color Harmonies of #BDA633
Complementary color
Monochromatic Colors of #BDA633
Black with #BDA633
Text Example
Text Example
White with #BDA633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA633; }
p { color: rgb(189,166,51); }
H1.HeaderClassName
{
color: #BDA633;
}
.AnyTagClassName
{
color: #BDA633;
}
</style>
background-color css
<style>
a { background-color: #BDA633; }
a { background-color: rgb(189,166,51); }
div.DivClassName
{
background-color: #BDA633;
}
.BgClassName
{
background-color: #BDA633;
}
</style>
border-color css
<style>
span { border-color: #BDA633; }
span { border-color: rgb(189,166,51); }
td.TdClassName
{
border-color: #BDA633;
}
.TagClassName
{
border-color: #BDA633;
}
</style>