Shades of Brass #BCB83C
Tints of Brass #BCB83C
RGB
CMYK
RGB Variations
Color information
#BCB83C (or 0xBCB83C) is known color: Brass. HEX triplet: BC, B8 and 3C. RGB value is (188,184,60). Sum of RGB (Red+Green+Blue) = 188+184+60=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 184 (72.27% from 255 or 42.59% from 432); Blue value is 60 (23.83% from 255 or 13.89% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB83C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB83C is #4347C3. Grayscale: #ABABAB. Windows color (decimal): -4409284 or 3979452. OLE color: 3979452.
HSL color Cylindrical-coordinate representation of color #BCB83C: hue angle of 58.12º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCB83C is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 184 | 60 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.26 |
| HSL | 58.13º | 0.52% | 0.49% | - |
| HSV(B) | 58.13º | 0.68% | 0.74% | - |
| XYZ | 38.7 | 45.3 | 10.98 | - |
| YUV | 171.06 | 65.33 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 184 | 60 | 0 | 0.02 | 0.68 | 0.26 | 58.13 | 0.52 | 0.49 |
| Hex | BC | B8 | 3C | 0 | 2 | 44 | 1A | 3A | 34 | 31 |
| Octal | 274 | 270 | 74 | 0 | 2 | 104 | 32 | 72 | 64 | 61 |
| Binary | 10111100 | 10111000 | 111100 | 0 | 10 | 1000100 | 11010 | 111010 | 110100 | 110001 |
Color Harmonies of #BCB83C
Complementary color
Monochromatic Colors of #BCB83C
Black with #BCB83C
Text Example
Text Example
White with #BCB83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB83C; }
p { color: rgb(188,184,60); }
H1.HeaderClassName
{
color: #BCB83C;
}
.AnyTagClassName
{
color: #BCB83C;
}
</style>
background-color css
<style>
a { background-color: #BCB83C; }
a { background-color: rgb(188,184,60); }
div.DivClassName
{
background-color: #BCB83C;
}
.BgClassName
{
background-color: #BCB83C;
}
</style>
border-color css
<style>
span { border-color: #BCB83C; }
span { border-color: rgb(188,184,60); }
td.TdClassName
{
border-color: #BCB83C;
}
.TagClassName
{
border-color: #BCB83C;
}
</style>