Shades of Brass #BDA83B
Tints of Brass #BDA83B
RGB
CMYK
RGB Variations
Color information
#BDA83B (or 0xBDA83B) is known color: Brass. HEX triplet: BD, A8 and 3B. RGB value is (189,168,59). Sum of RGB (Red+Green+Blue) = 189+168+59=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 168 (66.02% from 255 or 40.38% from 416); Blue value is 59 (23.44% from 255 or 14.18% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA83B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA83B is #4257C4. Grayscale: #A2A2A2. Windows color (decimal): -4347845 or 3909821. OLE color: 3909821.
HSL color Cylindrical-coordinate representation of color #BDA83B: hue angle of 50.31º 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 #BDA83B is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 168 | 59 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.26 |
| HSL | 50.31º | 0.52% | 0.49% | - |
| HSV(B) | 50.31º | 0.69% | 0.74% | - |
| XYZ | 35.78 | 39.14 | 9.81 | - |
| YUV | 161.85 | 69.96 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 59 | 0 | 0.11 | 0.69 | 0.26 | 50.31 | 0.52 | 0.49 |
| Hex | BD | A8 | 3B | 0 | B | 45 | 1A | 32 | 34 | 31 |
| Octal | 275 | 250 | 73 | 0 | 13 | 105 | 32 | 62 | 64 | 61 |
| Binary | 10111101 | 10101000 | 111011 | 0 | 1011 | 1000101 | 11010 | 110010 | 110100 | 110001 |
Color Harmonies of #BDA83B
Complementary color
Monochromatic Colors of #BDA83B
Black with #BDA83B
Text Example
Text Example
White with #BDA83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA83B; }
p { color: rgb(189,168,59); }
H1.HeaderClassName
{
color: #BDA83B;
}
.AnyTagClassName
{
color: #BDA83B;
}
</style>
background-color css
<style>
a { background-color: #BDA83B; }
a { background-color: rgb(189,168,59); }
div.DivClassName
{
background-color: #BDA83B;
}
.BgClassName
{
background-color: #BDA83B;
}
</style>
border-color css
<style>
span { border-color: #BDA83B; }
span { border-color: rgb(189,168,59); }
td.TdClassName
{
border-color: #BDA83B;
}
.TagClassName
{
border-color: #BDA83B;
}
</style>