Shades of Brass #BDB03B
Tints of Brass #BDB03B
RGB
CMYK
RGB Variations
Color information
#BDB03B (or 0xBDB03B) is known color: Brass. HEX triplet: BD, B0 and 3B. RGB value is (189,176,59). Sum of RGB (Red+Green+Blue) = 189+176+59=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 176 (69.14% from 255 or 41.51% from 424); Blue value is 59 (23.44% from 255 or 13.92% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB03B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB03B is #424FC4. Grayscale: #A7A7A7. Windows color (decimal): -4345797 or 3911869. OLE color: 3911869.
HSL color Cylindrical-coordinate representation of color #BDB03B: hue angle of 54º 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 #BDB03B is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 176 | 59 | - |
| CMYK | 0 | 0.07 | 0.69 | 0.26 |
| HSL | 54º | 0.52% | 0.49% | - |
| HSV(B) | 54º | 0.69% | 0.74% | - |
| XYZ | 37.3 | 42.19 | 10.31 | - |
| YUV | 166.55 | 67.31 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 59 | 0 | 0.07 | 0.69 | 0.26 | 54 | 0.52 | 0.49 |
| Hex | BD | B0 | 3B | 0 | 7 | 45 | 1A | 36 | 34 | 31 |
| Octal | 275 | 260 | 73 | 0 | 7 | 105 | 32 | 66 | 64 | 61 |
| Binary | 10111101 | 10110000 | 111011 | 0 | 111 | 1000101 | 11010 | 110110 | 110100 | 110001 |
Color Harmonies of #BDB03B
Complementary color
Monochromatic Colors of #BDB03B
Black with #BDB03B
Text Example
Text Example
White with #BDB03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB03B; }
p { color: rgb(189,176,59); }
H1.HeaderClassName
{
color: #BDB03B;
}
.AnyTagClassName
{
color: #BDB03B;
}
</style>
background-color css
<style>
a { background-color: #BDB03B; }
a { background-color: rgb(189,176,59); }
div.DivClassName
{
background-color: #BDB03B;
}
.BgClassName
{
background-color: #BDB03B;
}
</style>
border-color css
<style>
span { border-color: #BDB03B; }
span { border-color: rgb(189,176,59); }
td.TdClassName
{
border-color: #BDB03B;
}
.TagClassName
{
border-color: #BDB03B;
}
</style>