Shades of Brass #BDA23B
Tints of Brass #BDA23B
RGB
CMYK
RGB Variations
Color information
#BDA23B (or 0xBDA23B) is known color: Brass. HEX triplet: BD, A2 and 3B. RGB value is (189,162,59). Sum of RGB (Red+Green+Blue) = 189+162+59=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 162 (63.67% from 255 or 39.51% from 410); Blue value is 59 (23.44% from 255 or 14.39% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA23B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA23B is #425DC4. Grayscale: #9E9E9E. Windows color (decimal): -4349381 or 3908285. OLE color: 3908285.
HSL color Cylindrical-coordinate representation of color #BDA23B: hue angle of 47.54º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BDA23B is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 59 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.26 |
| HSL | 47.54º | 0.52% | 0.49% | - |
| HSV(B) | 47.54º | 0.69% | 0.74% | - |
| XYZ | 34.7 | 36.98 | 9.45 | - |
| YUV | 158.33 | 71.95 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 59 | 0 | 0.14 | 0.69 | 0.26 | 47.54 | 0.52 | 0.49 |
| Hex | BD | A2 | 3B | 0 | E | 45 | 1A | 30 | 34 | 31 |
| Octal | 275 | 242 | 73 | 0 | 16 | 105 | 32 | 60 | 64 | 61 |
| Binary | 10111101 | 10100010 | 111011 | 0 | 1110 | 1000101 | 11010 | 110000 | 110100 | 110001 |
Color Harmonies of #BDA23B
Complementary color
Monochromatic Colors of #BDA23B
Black with #BDA23B
Text Example
Text Example
White with #BDA23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA23B; }
p { color: rgb(189,162,59); }
H1.HeaderClassName
{
color: #BDA23B;
}
.AnyTagClassName
{
color: #BDA23B;
}
</style>
background-color css
<style>
a { background-color: #BDA23B; }
a { background-color: rgb(189,162,59); }
div.DivClassName
{
background-color: #BDA23B;
}
.BgClassName
{
background-color: #BDA23B;
}
</style>
border-color css
<style>
span { border-color: #BDA23B; }
span { border-color: rgb(189,162,59); }
td.TdClassName
{
border-color: #BDA23B;
}
.TagClassName
{
border-color: #BDA23B;
}
</style>