Shades of Brass #BDA63B
Tints of Brass #BDA63B
RGB
CMYK
RGB Variations
Color information
#BDA63B (or 0xBDA63B) is known color: Brass. HEX triplet: BD, A6 and 3B. RGB value is (189,166,59). Sum of RGB (Red+Green+Blue) = 189+166+59=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 166 (65.23% from 255 or 40.10% from 414); Blue value is 59 (23.44% from 255 or 14.25% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA63B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA63B is #4259C4. Grayscale: #A1A1A1. Windows color (decimal): -4348357 or 3909309. OLE color: 3909309.
HSL color Cylindrical-coordinate representation of color #BDA63B: hue angle of 49.38º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BDA63B is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 166 | 59 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.26 |
| HSL | 49.38º | 0.52% | 0.49% | - |
| HSV(B) | 49.38º | 0.69% | 0.74% | - |
| XYZ | 35.41 | 38.41 | 9.68 | - |
| YUV | 160.68 | 70.62 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 59 | 0 | 0.12 | 0.69 | 0.26 | 49.38 | 0.52 | 0.49 |
| Hex | BD | A6 | 3B | 0 | C | 45 | 1A | 31 | 34 | 31 |
| Octal | 275 | 246 | 73 | 0 | 14 | 105 | 32 | 61 | 64 | 61 |
| Binary | 10111101 | 10100110 | 111011 | 0 | 1100 | 1000101 | 11010 | 110001 | 110100 | 110001 |
Color Harmonies of #BDA63B
Complementary color
Monochromatic Colors of #BDA63B
Black with #BDA63B
Text Example
Text Example
White with #BDA63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA63B; }
p { color: rgb(189,166,59); }
H1.HeaderClassName
{
color: #BDA63B;
}
.AnyTagClassName
{
color: #BDA63B;
}
</style>
background-color css
<style>
a { background-color: #BDA63B; }
a { background-color: rgb(189,166,59); }
div.DivClassName
{
background-color: #BDA63B;
}
.BgClassName
{
background-color: #BDA63B;
}
</style>
border-color css
<style>
span { border-color: #BDA63B; }
span { border-color: rgb(189,166,59); }
td.TdClassName
{
border-color: #BDA63B;
}
.TagClassName
{
border-color: #BDA63B;
}
</style>