Shades of Brass #BDB140
Tints of Brass #BDB140
RGB
CMYK
RGB Variations
Color information
#BDB140 (or 0xBDB140) is known color: Brass. HEX triplet: BD, B1 and 40. RGB value is (189,177,64). Sum of RGB (Red+Green+Blue) = 189+177+64=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 177 (69.53% from 255 or 41.16% from 430); Blue value is 64 (25.39% from 255 or 14.88% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB140 is #424EBF. Grayscale: #A8A8A8. Windows color (decimal): -4345536 or 4239805. OLE color: 4239805.
HSL color Cylindrical-coordinate representation of color #BDB140: hue angle of 54.24º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDB140 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 177 | 64 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.26 |
| HSL | 54.24º | 0.49% | 0.5% | - |
| HSV(B) | 54.24º | 0.66% | 0.74% | - |
| XYZ | 37.63 | 42.63 | 11.1 | - |
| YUV | 167.71 | 69.48 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 64 | 0 | 0.06 | 0.66 | 0.26 | 54.24 | 0.49 | 0.5 |
| Hex | BD | B1 | 40 | 0 | 6 | 42 | 1A | 36 | 31 | 32 |
| Octal | 275 | 261 | 100 | 0 | 6 | 102 | 32 | 66 | 61 | 62 |
| Binary | 10111101 | 10110001 | 1000000 | 0 | 110 | 1000010 | 11010 | 110110 | 110001 | 110010 |
Color Harmonies of #BDB140
Complementary color
Monochromatic Colors of #BDB140
Black with #BDB140
Text Example
Text Example
White with #BDB140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB140; }
p { color: rgb(189,177,64); }
H1.HeaderClassName
{
color: #BDB140;
}
.AnyTagClassName
{
color: #BDB140;
}
</style>
background-color css
<style>
a { background-color: #BDB140; }
a { background-color: rgb(189,177,64); }
div.DivClassName
{
background-color: #BDB140;
}
.BgClassName
{
background-color: #BDB140;
}
</style>
border-color css
<style>
span { border-color: #BDB140; }
span { border-color: rgb(189,177,64); }
td.TdClassName
{
border-color: #BDB140;
}
.TagClassName
{
border-color: #BDB140;
}
</style>