Shades of Brass #BDB038
Tints of Brass #BDB038
RGB
CMYK
RGB Variations
Color information
#BDB038 (or 0xBDB038) is known color: Brass. HEX triplet: BD, B0 and 38. RGB value is (189,176,56). Sum of RGB (Red+Green+Blue) = 189+176+56=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 176 (69.14% from 255 or 41.81% from 421); Blue value is 56 (22.27% from 255 or 13.30% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB038 is #424FC7. Grayscale: #A6A6A6. Windows color (decimal): -4345800 or 3715261. OLE color: 3715261.
HSL color Cylindrical-coordinate representation of color #BDB038: hue angle of 54.14º 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 #BDB038 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 176 | 56 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.26 |
| HSL | 54.14º | 0.54% | 0.48% | - |
| HSV(B) | 54.14º | 0.7% | 0.74% | - |
| XYZ | 37.23 | 42.16 | 9.92 | - |
| YUV | 166.21 | 65.81 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 56 | 0 | 0.07 | 0.70 | 0.26 | 54.14 | 0.54 | 0.48 |
| Hex | BD | B0 | 38 | 0 | 7 | 46 | 1A | 36 | 36 | 30 |
| Octal | 275 | 260 | 70 | 0 | 7 | 106 | 32 | 66 | 66 | 60 |
| Binary | 10111101 | 10110000 | 111000 | 0 | 111 | 1000110 | 11010 | 110110 | 110110 | 110000 |
Color Harmonies of #BDB038
Complementary color
Monochromatic Colors of #BDB038
Black with #BDB038
Text Example
Text Example
White with #BDB038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB038; }
p { color: rgb(189,176,56); }
H1.HeaderClassName
{
color: #BDB038;
}
.AnyTagClassName
{
color: #BDB038;
}
</style>
background-color css
<style>
a { background-color: #BDB038; }
a { background-color: rgb(189,176,56); }
div.DivClassName
{
background-color: #BDB038;
}
.BgClassName
{
background-color: #BDB038;
}
</style>
border-color css
<style>
span { border-color: #BDB038; }
span { border-color: rgb(189,176,56); }
td.TdClassName
{
border-color: #BDB038;
}
.TagClassName
{
border-color: #BDB038;
}
</style>