Shades of Brass #BDB741
Tints of Brass #BDB741
RGB
CMYK
RGB Variations
Color information
#BDB741 (or 0xBDB741) is known color: Brass. HEX triplet: BD, B7 and 41. RGB value is (189,183,65). Sum of RGB (Red+Green+Blue) = 189+183+65=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 183 (71.88% from 255 or 41.88% from 437); Blue value is 65 (25.78% from 255 or 14.87% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB741 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB741 is #4248BE. Grayscale: #ABABAB. Windows color (decimal): -4343999 or 4306877. OLE color: 4306877.
HSL color Cylindrical-coordinate representation of color #BDB741: hue angle of 57.1º 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 #BDB741 is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 183 | 65 | - |
| CMYK | 0 | 0.03 | 0.66 | 0.26 |
| HSL | 57.1º | 0.49% | 0.5% | - |
| HSV(B) | 57.1º | 0.66% | 0.74% | - |
| XYZ | 38.87 | 45.07 | 11.65 | - |
| YUV | 171.34 | 67.99 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 65 | 0 | 0.03 | 0.66 | 0.26 | 57.1 | 0.49 | 0.5 |
| Hex | BD | B7 | 41 | 0 | 3 | 42 | 1A | 39 | 31 | 32 |
| Octal | 275 | 267 | 101 | 0 | 3 | 102 | 32 | 71 | 61 | 62 |
| Binary | 10111101 | 10110111 | 1000001 | 0 | 11 | 1000010 | 11010 | 111001 | 110001 | 110010 |
Color Harmonies of #BDB741
Complementary color
Monochromatic Colors of #BDB741
Black with #BDB741
Text Example
Text Example
White with #BDB741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB741; }
p { color: rgb(189,183,65); }
H1.HeaderClassName
{
color: #BDB741;
}
.AnyTagClassName
{
color: #BDB741;
}
</style>
background-color css
<style>
a { background-color: #BDB741; }
a { background-color: rgb(189,183,65); }
div.DivClassName
{
background-color: #BDB741;
}
.BgClassName
{
background-color: #BDB741;
}
</style>
border-color css
<style>
span { border-color: #BDB741; }
span { border-color: rgb(189,183,65); }
td.TdClassName
{
border-color: #BDB741;
}
.TagClassName
{
border-color: #BDB741;
}
</style>