Shades of Brass #BDB03A
Tints of Brass #BDB03A
RGB
CMYK
RGB Variations
Color information
#BDB03A (or 0xBDB03A) is known color: Brass. HEX triplet: BD, B0 and 3A. RGB value is (189,176,58). Sum of RGB (Red+Green+Blue) = 189+176+58=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 176 (69.14% from 255 or 41.61% from 423); Blue value is 58 (23.05% from 255 or 13.71% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB03A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB03A is #424FC5. Grayscale: #A6A6A6. Windows color (decimal): -4345798 or 3846333. OLE color: 3846333.
HSL color Cylindrical-coordinate representation of color #BDB03A: hue angle of 54.05º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BDB03A is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 176 | 58 | - |
| CMYK | 0 | 0.07 | 0.69 | 0.26 |
| HSL | 54.05º | 0.53% | 0.48% | - |
| HSV(B) | 54.05º | 0.69% | 0.74% | - |
| XYZ | 37.28 | 42.17 | 10.18 | - |
| YUV | 166.44 | 66.81 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 58 | 0 | 0.07 | 0.69 | 0.26 | 54.05 | 0.53 | 0.48 |
| Hex | BD | B0 | 3A | 0 | 7 | 45 | 1A | 36 | 35 | 30 |
| Octal | 275 | 260 | 72 | 0 | 7 | 105 | 32 | 66 | 65 | 60 |
| Binary | 10111101 | 10110000 | 111010 | 0 | 111 | 1000101 | 11010 | 110110 | 110101 | 110000 |
Color Harmonies of #BDB03A
Complementary color
Monochromatic Colors of #BDB03A
Black with #BDB03A
Text Example
Text Example
White with #BDB03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB03A; }
p { color: rgb(189,176,58); }
H1.HeaderClassName
{
color: #BDB03A;
}
.AnyTagClassName
{
color: #BDB03A;
}
</style>
background-color css
<style>
a { background-color: #BDB03A; }
a { background-color: rgb(189,176,58); }
div.DivClassName
{
background-color: #BDB03A;
}
.BgClassName
{
background-color: #BDB03A;
}
</style>
border-color css
<style>
span { border-color: #BDB03A; }
span { border-color: rgb(189,176,58); }
td.TdClassName
{
border-color: #BDB03A;
}
.TagClassName
{
border-color: #BDB03A;
}
</style>