Shades of Brass #BDB23A
Tints of Brass #BDB23A
RGB
CMYK
RGB Variations
Color information
#BDB23A (or 0xBDB23A) is known color: Brass. HEX triplet: BD, B2 and 3A. RGB value is (189,178,58). Sum of RGB (Red+Green+Blue) = 189+178+58=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 178 (69.92% from 255 or 41.88% from 425); Blue value is 58 (23.05% from 255 or 13.65% from 425); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB23A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB23A is #424DC5. Grayscale: #A8A8A8. Windows color (decimal): -4345286 or 3846845. OLE color: 3846845.
HSL color Cylindrical-coordinate representation of color #BDB23A: hue angle of 54.96º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BDB23A is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 178 | 58 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.26 |
| HSL | 54.96º | 0.53% | 0.48% | - |
| HSV(B) | 54.96º | 0.69% | 0.74% | - |
| XYZ | 37.67 | 42.97 | 10.31 | - |
| YUV | 167.61 | 66.14 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 58 | 0 | 0.06 | 0.69 | 0.26 | 54.96 | 0.53 | 0.48 |
| Hex | BD | B2 | 3A | 0 | 6 | 45 | 1A | 37 | 35 | 30 |
| Octal | 275 | 262 | 72 | 0 | 6 | 105 | 32 | 67 | 65 | 60 |
| Binary | 10111101 | 10110010 | 111010 | 0 | 110 | 1000101 | 11010 | 110111 | 110101 | 110000 |
Color Harmonies of #BDB23A
Complementary color
Monochromatic Colors of #BDB23A
Black with #BDB23A
Text Example
Text Example
White with #BDB23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB23A; }
p { color: rgb(189,178,58); }
H1.HeaderClassName
{
color: #BDB23A;
}
.AnyTagClassName
{
color: #BDB23A;
}
</style>
background-color css
<style>
a { background-color: #BDB23A; }
a { background-color: rgb(189,178,58); }
div.DivClassName
{
background-color: #BDB23A;
}
.BgClassName
{
background-color: #BDB23A;
}
</style>
border-color css
<style>
span { border-color: #BDB23A; }
span { border-color: rgb(189,178,58); }
td.TdClassName
{
border-color: #BDB23A;
}
.TagClassName
{
border-color: #BDB23A;
}
</style>