Shades of Brass #BCB63C
Tints of Brass #BCB63C
RGB
CMYK
RGB Variations
Color information
#BCB63C (or 0xBCB63C) is known color: Brass. HEX triplet: BC, B6 and 3C. RGB value is (188,182,60). Sum of RGB (Red+Green+Blue) = 188+182+60=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 182 (71.48% from 255 or 42.33% from 430); Blue value is 60 (23.83% from 255 or 13.95% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB63C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB63C is #4349C3. Grayscale: #AAAAAA. Windows color (decimal): -4409796 or 3978940. OLE color: 3978940.
HSL color Cylindrical-coordinate representation of color #BCB63C: hue angle of 57.19º 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 #BCB63C is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 182 | 60 | - |
| CMYK | 0 | 0.03 | 0.68 | 0.26 |
| HSL | 57.19º | 0.52% | 0.49% | - |
| HSV(B) | 57.19º | 0.68% | 0.74% | - |
| XYZ | 38.28 | 44.47 | 10.84 | - |
| YUV | 169.89 | 65.99 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 182 | 60 | 0 | 0.03 | 0.68 | 0.26 | 57.19 | 0.52 | 0.49 |
| Hex | BC | B6 | 3C | 0 | 3 | 44 | 1A | 39 | 34 | 31 |
| Octal | 274 | 266 | 74 | 0 | 3 | 104 | 32 | 71 | 64 | 61 |
| Binary | 10111100 | 10110110 | 111100 | 0 | 11 | 1000100 | 11010 | 111001 | 110100 | 110001 |
Color Harmonies of #BCB63C
Complementary color
Monochromatic Colors of #BCB63C
Black with #BCB63C
Text Example
Text Example
White with #BCB63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB63C; }
p { color: rgb(188,182,60); }
H1.HeaderClassName
{
color: #BCB63C;
}
.AnyTagClassName
{
color: #BCB63C;
}
</style>
background-color css
<style>
a { background-color: #BCB63C; }
a { background-color: rgb(188,182,60); }
div.DivClassName
{
background-color: #BCB63C;
}
.BgClassName
{
background-color: #BCB63C;
}
</style>
border-color css
<style>
span { border-color: #BCB63C; }
span { border-color: rgb(188,182,60); }
td.TdClassName
{
border-color: #BCB63C;
}
.TagClassName
{
border-color: #BCB63C;
}
</style>