Shades of Brass #BDB83F
Tints of Brass #BDB83F
RGB
CMYK
RGB Variations
Color information
#BDB83F (or 0xBDB83F) is known color: Brass. HEX triplet: BD, B8 and 3F. RGB value is (189,184,63). Sum of RGB (Red+Green+Blue) = 189+184+63=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 184 (72.27% from 255 or 42.20% from 436); Blue value is 63 (25% from 255 or 14.45% from 436); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB83F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB83F is #4247C0. Grayscale: #ACACAC. Windows color (decimal): -4343745 or 4176061. OLE color: 4176061.
HSL color Cylindrical-coordinate representation of color #BDB83F: hue angle of 57.62º degrees, saturation: 0.5, 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 #BDB83F is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 184 | 63 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.26 |
| HSL | 57.62º | 0.5% | 0.49% | - |
| HSV(B) | 57.62º | 0.67% | 0.74% | - |
| XYZ | 39.02 | 45.46 | 11.42 | - |
| YUV | 171.7 | 66.66 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 63 | 0 | 0.03 | 0.67 | 0.26 | 57.62 | 0.5 | 0.49 |
| Hex | BD | B8 | 3F | 0 | 3 | 43 | 1A | 3A | 32 | 31 |
| Octal | 275 | 270 | 77 | 0 | 3 | 103 | 32 | 72 | 62 | 61 |
| Binary | 10111101 | 10111000 | 111111 | 0 | 11 | 1000011 | 11010 | 111010 | 110010 | 110001 |
Color Harmonies of #BDB83F
Complementary color
Monochromatic Colors of #BDB83F
Black with #BDB83F
Text Example
Text Example
White with #BDB83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB83F; }
p { color: rgb(189,184,63); }
H1.HeaderClassName
{
color: #BDB83F;
}
.AnyTagClassName
{
color: #BDB83F;
}
</style>
background-color css
<style>
a { background-color: #BDB83F; }
a { background-color: rgb(189,184,63); }
div.DivClassName
{
background-color: #BDB83F;
}
.BgClassName
{
background-color: #BDB83F;
}
</style>
border-color css
<style>
span { border-color: #BDB83F; }
span { border-color: rgb(189,184,63); }
td.TdClassName
{
border-color: #BDB83F;
}
.TagClassName
{
border-color: #BDB83F;
}
</style>