Shades of Brass #BDB13F
Tints of Brass #BDB13F
RGB
CMYK
RGB Variations
Color information
#BDB13F (or 0xBDB13F) is known color: Brass. HEX triplet: BD, B1 and 3F. RGB value is (189,177,63). Sum of RGB (Red+Green+Blue) = 189+177+63=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 177 (69.53% from 255 or 41.26% from 429); Blue value is 63 (25% from 255 or 14.69% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB13F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB13F is #424EC0. Grayscale: #A8A8A8. Windows color (decimal): -4345537 or 4174269. OLE color: 4174269.
HSL color Cylindrical-coordinate representation of color #BDB13F: hue angle of 54.29º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDB13F is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 177 | 63 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.26 |
| HSL | 54.29º | 0.5% | 0.49% | - |
| HSV(B) | 54.29º | 0.67% | 0.74% | - |
| XYZ | 37.61 | 42.62 | 10.95 | - |
| YUV | 167.59 | 68.98 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 63 | 0 | 0.06 | 0.67 | 0.26 | 54.29 | 0.5 | 0.49 |
| Hex | BD | B1 | 3F | 0 | 6 | 43 | 1A | 36 | 32 | 31 |
| Octal | 275 | 261 | 77 | 0 | 6 | 103 | 32 | 66 | 62 | 61 |
| Binary | 10111101 | 10110001 | 111111 | 0 | 110 | 1000011 | 11010 | 110110 | 110010 | 110001 |
Color Harmonies of #BDB13F
Complementary color
Monochromatic Colors of #BDB13F
Black with #BDB13F
Text Example
Text Example
White with #BDB13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB13F; }
p { color: rgb(189,177,63); }
H1.HeaderClassName
{
color: #BDB13F;
}
.AnyTagClassName
{
color: #BDB13F;
}
</style>
background-color css
<style>
a { background-color: #BDB13F; }
a { background-color: rgb(189,177,63); }
div.DivClassName
{
background-color: #BDB13F;
}
.BgClassName
{
background-color: #BDB13F;
}
</style>
border-color css
<style>
span { border-color: #BDB13F; }
span { border-color: rgb(189,177,63); }
td.TdClassName
{
border-color: #BDB13F;
}
.TagClassName
{
border-color: #BDB13F;
}
</style>