Shades of Brass #BDB438
Tints of Brass #BDB438
RGB
CMYK
RGB Variations
Color information
#BDB438 (or 0xBDB438) is known color: Brass. HEX triplet: BD, B4 and 38. RGB value is (189,180,56). Sum of RGB (Red+Green+Blue) = 189+180+56=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 180 (70.70% from 255 or 42.35% from 425); Blue value is 56 (22.27% from 255 or 13.18% from 425); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB438 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB438 is #424BC7. Grayscale: #A9A9A9. Windows color (decimal): -4344776 or 3716285. OLE color: 3716285.
HSL color Cylindrical-coordinate representation of color #BDB438: hue angle of 55.94º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDB438 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 180 | 56 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.26 |
| HSL | 55.94º | 0.54% | 0.48% | - |
| HSV(B) | 55.94º | 0.7% | 0.74% | - |
| XYZ | 38.02 | 43.75 | 10.18 | - |
| YUV | 168.56 | 64.48 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 180 | 56 | 0 | 0.05 | 0.70 | 0.26 | 55.94 | 0.54 | 0.48 |
| Hex | BD | B4 | 38 | 0 | 5 | 46 | 1A | 38 | 36 | 30 |
| Octal | 275 | 264 | 70 | 0 | 5 | 106 | 32 | 70 | 66 | 60 |
| Binary | 10111101 | 10110100 | 111000 | 0 | 101 | 1000110 | 11010 | 111000 | 110110 | 110000 |
Color Harmonies of #BDB438
Complementary color
Monochromatic Colors of #BDB438
Black with #BDB438
Text Example
Text Example
White with #BDB438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB438; }
p { color: rgb(189,180,56); }
H1.HeaderClassName
{
color: #BDB438;
}
.AnyTagClassName
{
color: #BDB438;
}
</style>
background-color css
<style>
a { background-color: #BDB438; }
a { background-color: rgb(189,180,56); }
div.DivClassName
{
background-color: #BDB438;
}
.BgClassName
{
background-color: #BDB438;
}
</style>
border-color css
<style>
span { border-color: #BDB438; }
span { border-color: rgb(189,180,56); }
td.TdClassName
{
border-color: #BDB438;
}
.TagClassName
{
border-color: #BDB438;
}
</style>