Shades of Brass #BDB03D
Tints of Brass #BDB03D
RGB
CMYK
RGB Variations
Color information
#BDB03D (or 0xBDB03D) is known color: Brass. HEX triplet: BD, B0 and 3D. RGB value is (189,176,61). Sum of RGB (Red+Green+Blue) = 189+176+61=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 176 (69.14% from 255 or 41.31% from 426); Blue value is 61 (24.22% from 255 or 14.32% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB03D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB03D is #424FC2. Grayscale: #A7A7A7. Windows color (decimal): -4345795 or 4042941. OLE color: 4042941.
HSL color Cylindrical-coordinate representation of color #BDB03D: hue angle of 53.91º degrees, saturation: 0.51, 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 #BDB03D is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 176 | 61 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.26 |
| HSL | 53.91º | 0.51% | 0.49% | - |
| HSV(B) | 53.91º | 0.68% | 0.74% | - |
| XYZ | 37.35 | 42.21 | 10.59 | - |
| YUV | 166.78 | 68.31 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 61 | 0 | 0.07 | 0.68 | 0.26 | 53.91 | 0.51 | 0.49 |
| Hex | BD | B0 | 3D | 0 | 7 | 44 | 1A | 36 | 33 | 31 |
| Octal | 275 | 260 | 75 | 0 | 7 | 104 | 32 | 66 | 63 | 61 |
| Binary | 10111101 | 10110000 | 111101 | 0 | 111 | 1000100 | 11010 | 110110 | 110011 | 110001 |
Color Harmonies of #BDB03D
Complementary color
Monochromatic Colors of #BDB03D
Black with #BDB03D
Text Example
Text Example
White with #BDB03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB03D; }
p { color: rgb(189,176,61); }
H1.HeaderClassName
{
color: #BDB03D;
}
.AnyTagClassName
{
color: #BDB03D;
}
</style>
background-color css
<style>
a { background-color: #BDB03D; }
a { background-color: rgb(189,176,61); }
div.DivClassName
{
background-color: #BDB03D;
}
.BgClassName
{
background-color: #BDB03D;
}
</style>
border-color css
<style>
span { border-color: #BDB03D; }
span { border-color: rgb(189,176,61); }
td.TdClassName
{
border-color: #BDB03D;
}
.TagClassName
{
border-color: #BDB03D;
}
</style>