Shades of Brass #BCB73B
Tints of Brass #BCB73B
RGB
CMYK
RGB Variations
Color information
#BCB73B (or 0xBCB73B) is known color: Brass. HEX triplet: BC, B7 and 3B. RGB value is (188,183,59). Sum of RGB (Red+Green+Blue) = 188+183+59=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 183 (71.88% from 255 or 42.56% from 430); Blue value is 59 (23.44% from 255 or 13.72% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB73B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB73B is #4348C4. Grayscale: #AAAAAA. Windows color (decimal): -4409541 or 3913660. OLE color: 3913660.
HSL color Cylindrical-coordinate representation of color #BCB73B: hue angle of 57.67º degrees, saturation: 0.52, 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 #BCB73B is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 183 | 59 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.26 |
| HSL | 57.67º | 0.52% | 0.48% | - |
| HSV(B) | 57.67º | 0.69% | 0.74% | - |
| XYZ | 38.46 | 44.87 | 10.77 | - |
| YUV | 170.36 | 65.16 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 59 | 0 | 0.03 | 0.69 | 0.26 | 57.67 | 0.52 | 0.48 |
| Hex | BC | B7 | 3B | 0 | 3 | 45 | 1A | 3A | 34 | 30 |
| Octal | 274 | 267 | 73 | 0 | 3 | 105 | 32 | 72 | 64 | 60 |
| Binary | 10111100 | 10110111 | 111011 | 0 | 11 | 1000101 | 11010 | 111010 | 110100 | 110000 |
Color Harmonies of #BCB73B
Complementary color
Monochromatic Colors of #BCB73B
Black with #BCB73B
Text Example
Text Example
White with #BCB73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB73B; }
p { color: rgb(188,183,59); }
H1.HeaderClassName
{
color: #BCB73B;
}
.AnyTagClassName
{
color: #BCB73B;
}
</style>
background-color css
<style>
a { background-color: #BCB73B; }
a { background-color: rgb(188,183,59); }
div.DivClassName
{
background-color: #BCB73B;
}
.BgClassName
{
background-color: #BCB73B;
}
</style>
border-color css
<style>
span { border-color: #BCB73B; }
span { border-color: rgb(188,183,59); }
td.TdClassName
{
border-color: #BCB73B;
}
.TagClassName
{
border-color: #BCB73B;
}
</style>