Shades of Brass #BDB443
Tints of Brass #BDB443
RGB
CMYK
RGB Variations
Color information
#BDB443 (or 0xBDB443) is known color: Brass. HEX triplet: BD, B4 and 43. RGB value is (189,180,67). Sum of RGB (Red+Green+Blue) = 189+180+67=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 180 (70.70% from 255 or 41.28% from 436); Blue value is 67 (26.56% from 255 or 15.37% from 436); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB443 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB443 is #424BBC. Grayscale: #AAAAAA. Windows color (decimal): -4344765 or 4437181. OLE color: 4437181.
HSL color Cylindrical-coordinate representation of color #BDB443: hue angle of 55.57º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BDB443 is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 180 | 67 | - |
| CMYK | 0 | 0.05 | 0.65 | 0.26 |
| HSL | 55.57º | 0.48% | 0.5% | - |
| HSV(B) | 55.57º | 0.65% | 0.74% | - |
| XYZ | 38.32 | 43.87 | 11.76 | - |
| YUV | 169.81 | 69.98 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 180 | 67 | 0 | 0.05 | 0.65 | 0.26 | 55.57 | 0.48 | 0.5 |
| Hex | BD | B4 | 43 | 0 | 5 | 41 | 1A | 38 | 30 | 32 |
| Octal | 275 | 264 | 103 | 0 | 5 | 101 | 32 | 70 | 60 | 62 |
| Binary | 10111101 | 10110100 | 1000011 | 0 | 101 | 1000001 | 11010 | 111000 | 110000 | 110010 |
Color Harmonies of #BDB443
Complementary color
Monochromatic Colors of #BDB443
Black with #BDB443
Text Example
Text Example
White with #BDB443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB443; }
p { color: rgb(189,180,67); }
H1.HeaderClassName
{
color: #BDB443;
}
.AnyTagClassName
{
color: #BDB443;
}
</style>
background-color css
<style>
a { background-color: #BDB443; }
a { background-color: rgb(189,180,67); }
div.DivClassName
{
background-color: #BDB443;
}
.BgClassName
{
background-color: #BDB443;
}
</style>
border-color css
<style>
span { border-color: #BDB443; }
span { border-color: rgb(189,180,67); }
td.TdClassName
{
border-color: #BDB443;
}
.TagClassName
{
border-color: #BDB443;
}
</style>