Shades of Brass #BDB647
Tints of Brass #BDB647
RGB
CMYK
RGB Variations
Color information
#BDB647 (or 0xBDB647) is known color: Brass. HEX triplet: BD, B6 and 47. RGB value is (189,182,71). Sum of RGB (Red+Green+Blue) = 189+182+71=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 182 (71.48% from 255 or 41.18% from 442); Blue value is 71 (28.12% from 255 or 16.06% from 442); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB647 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB647 is #4249B8. Grayscale: #ABABAB. Windows color (decimal): -4344249 or 4699837. OLE color: 4699837.
HSL color Cylindrical-coordinate representation of color #BDB647: hue angle of 56.44º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDB647 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 182 | 71 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.26 |
| HSL | 56.44º | 0.47% | 0.51% | - |
| HSV(B) | 56.44º | 0.62% | 0.74% | - |
| XYZ | 38.85 | 44.73 | 12.55 | - |
| YUV | 171.44 | 71.32 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 182 | 71 | 0 | 0.04 | 0.62 | 0.26 | 56.44 | 0.47 | 0.51 |
| Hex | BD | B6 | 47 | 0 | 4 | 3E | 1A | 38 | 2F | 33 |
| Octal | 275 | 266 | 107 | 0 | 4 | 76 | 32 | 70 | 57 | 63 |
| Binary | 10111101 | 10110110 | 1000111 | 0 | 100 | 111110 | 11010 | 111000 | 101111 | 110011 |
Color Harmonies of #BDB647
Complementary color
Monochromatic Colors of #BDB647
Black with #BDB647
Text Example
Text Example
White with #BDB647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB647; }
p { color: rgb(189,182,71); }
H1.HeaderClassName
{
color: #BDB647;
}
.AnyTagClassName
{
color: #BDB647;
}
</style>
background-color css
<style>
a { background-color: #BDB647; }
a { background-color: rgb(189,182,71); }
div.DivClassName
{
background-color: #BDB647;
}
.BgClassName
{
background-color: #BDB647;
}
</style>
border-color css
<style>
span { border-color: #BDB647; }
span { border-color: rgb(189,182,71); }
td.TdClassName
{
border-color: #BDB647;
}
.TagClassName
{
border-color: #BDB647;
}
</style>