Shades of Brass #BDA644
Tints of Brass #BDA644
RGB
CMYK
RGB Variations
Color information
#BDA644 (or 0xBDA644) is known color: Brass. HEX triplet: BD, A6 and 44. RGB value is (189,166,68). Sum of RGB (Red+Green+Blue) = 189+166+68=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 166 (65.23% from 255 or 39.24% from 423); Blue value is 68 (26.95% from 255 or 16.08% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA644 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA644 is #4259BB. Grayscale: #A2A2A2. Windows color (decimal): -4348348 or 4499133. OLE color: 4499133.
HSL color Cylindrical-coordinate representation of color #BDA644: hue angle of 48.6º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDA644 is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 166 | 68 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.26 |
| HSL | 48.6º | 0.48% | 0.5% | - |
| HSV(B) | 48.6º | 0.64% | 0.74% | - |
| XYZ | 35.67 | 38.51 | 11.02 | - |
| YUV | 161.71 | 75.12 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 68 | 0 | 0.12 | 0.64 | 0.26 | 48.6 | 0.48 | 0.5 |
| Hex | BD | A6 | 44 | 0 | C | 40 | 1A | 31 | 30 | 32 |
| Octal | 275 | 246 | 104 | 0 | 14 | 100 | 32 | 61 | 60 | 62 |
| Binary | 10111101 | 10100110 | 1000100 | 0 | 1100 | 1000000 | 11010 | 110001 | 110000 | 110010 |
Color Harmonies of #BDA644
Complementary color
Monochromatic Colors of #BDA644
Black with #BDA644
Text Example
Text Example
White with #BDA644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA644; }
p { color: rgb(189,166,68); }
H1.HeaderClassName
{
color: #BDA644;
}
.AnyTagClassName
{
color: #BDA644;
}
</style>
background-color css
<style>
a { background-color: #BDA644; }
a { background-color: rgb(189,166,68); }
div.DivClassName
{
background-color: #BDA644;
}
.BgClassName
{
background-color: #BDA644;
}
</style>
border-color css
<style>
span { border-color: #BDA644; }
span { border-color: rgb(189,166,68); }
td.TdClassName
{
border-color: #BDA644;
}
.TagClassName
{
border-color: #BDA644;
}
</style>