Shades of Brass #BDB23E
Tints of Brass #BDB23E
RGB
CMYK
RGB Variations
Color information
#BDB23E (or 0xBDB23E) is known color: Brass. HEX triplet: BD, B2 and 3E. RGB value is (189,178,62). Sum of RGB (Red+Green+Blue) = 189+178+62=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 62 (24.61% from 255 or 14.45% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB23E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB23E is #424DC1. Grayscale: #A8A8A8. Windows color (decimal): -4345282 or 4108989. OLE color: 4108989.
HSL color Cylindrical-coordinate representation of color #BDB23E: hue angle of 54.8º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDB23E is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 178 | 62 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.26 |
| HSL | 54.8º | 0.51% | 0.49% | - |
| HSV(B) | 54.8º | 0.67% | 0.74% | - |
| XYZ | 37.78 | 43.01 | 10.87 | - |
| YUV | 168.07 | 68.14 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 62 | 0 | 0.06 | 0.67 | 0.26 | 54.8 | 0.51 | 0.49 |
| Hex | BD | B2 | 3E | 0 | 6 | 43 | 1A | 37 | 33 | 31 |
| Octal | 275 | 262 | 76 | 0 | 6 | 103 | 32 | 67 | 63 | 61 |
| Binary | 10111101 | 10110010 | 111110 | 0 | 110 | 1000011 | 11010 | 110111 | 110011 | 110001 |
Color Harmonies of #BDB23E
Complementary color
Monochromatic Colors of #BDB23E
Black with #BDB23E
Text Example
Text Example
White with #BDB23E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB23E; }
p { color: rgb(189,178,62); }
H1.HeaderClassName
{
color: #BDB23E;
}
.AnyTagClassName
{
color: #BDB23E;
}
</style>
background-color css
<style>
a { background-color: #BDB23E; }
a { background-color: rgb(189,178,62); }
div.DivClassName
{
background-color: #BDB23E;
}
.BgClassName
{
background-color: #BDB23E;
}
</style>
border-color css
<style>
span { border-color: #BDB23E; }
span { border-color: rgb(189,178,62); }
td.TdClassName
{
border-color: #BDB23E;
}
.TagClassName
{
border-color: #BDB23E;
}
</style>