Shades of Brass #BDB544
Tints of Brass #BDB544
RGB
CMYK
RGB Variations
Color information
#BDB544 (or 0xBDB544) is known color: Brass. HEX triplet: BD, B5 and 44. RGB value is (189,181,68). Sum of RGB (Red+Green+Blue) = 189+181+68=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 181 (71.09% from 255 or 41.32% from 438); Blue value is 68 (26.95% from 255 or 15.53% from 438); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB544 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB544 is #424ABB. Grayscale: #AAAAAA. Windows color (decimal): -4344508 or 4502973. OLE color: 4502973.
HSL color Cylindrical-coordinate representation of color #BDB544: hue angle of 56.03º 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 #BDB544 is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 181 | 68 | - |
| CMYK | 0 | 0.04 | 0.64 | 0.26 |
| HSL | 56.03º | 0.48% | 0.5% | - |
| HSV(B) | 56.03º | 0.64% | 0.74% | - |
| XYZ | 38.55 | 44.28 | 11.98 | - |
| YUV | 170.51 | 70.15 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 181 | 68 | 0 | 0.04 | 0.64 | 0.26 | 56.03 | 0.48 | 0.5 |
| Hex | BD | B5 | 44 | 0 | 4 | 40 | 1A | 38 | 30 | 32 |
| Octal | 275 | 265 | 104 | 0 | 4 | 100 | 32 | 70 | 60 | 62 |
| Binary | 10111101 | 10110101 | 1000100 | 0 | 100 | 1000000 | 11010 | 111000 | 110000 | 110010 |
Color Harmonies of #BDB544
Complementary color
Monochromatic Colors of #BDB544
Black with #BDB544
Text Example
Text Example
White with #BDB544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB544; }
p { color: rgb(189,181,68); }
H1.HeaderClassName
{
color: #BDB544;
}
.AnyTagClassName
{
color: #BDB544;
}
</style>
background-color css
<style>
a { background-color: #BDB544; }
a { background-color: rgb(189,181,68); }
div.DivClassName
{
background-color: #BDB544;
}
.BgClassName
{
background-color: #BDB544;
}
</style>
border-color css
<style>
span { border-color: #BDB544; }
span { border-color: rgb(189,181,68); }
td.TdClassName
{
border-color: #BDB544;
}
.TagClassName
{
border-color: #BDB544;
}
</style>