Shades of Brass #BCB23C
Tints of Brass #BCB23C
RGB
CMYK
RGB Variations
Color information
#BCB23C (or 0xBCB23C) is known color: Brass. HEX triplet: BC, B2 and 3C. RGB value is (188,178,60). Sum of RGB (Red+Green+Blue) = 188+178+60=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 178 (69.92% from 255 or 41.78% from 426); Blue value is 60 (23.83% from 255 or 14.08% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB23C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB23C is #434DC3. Grayscale: #A8A8A8. Windows color (decimal): -4410820 or 3977916. OLE color: 3977916.
HSL color Cylindrical-coordinate representation of color #BCB23C: hue angle of 55.31º 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 #BCB23C is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 178 | 60 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.26 |
| HSL | 55.31º | 0.52% | 0.49% | - |
| HSV(B) | 55.31º | 0.68% | 0.74% | - |
| XYZ | 37.48 | 42.86 | 10.57 | - |
| YUV | 167.54 | 67.31 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 178 | 60 | 0 | 0.05 | 0.68 | 0.26 | 55.31 | 0.52 | 0.49 |
| Hex | BC | B2 | 3C | 0 | 5 | 44 | 1A | 37 | 34 | 31 |
| Octal | 274 | 262 | 74 | 0 | 5 | 104 | 32 | 67 | 64 | 61 |
| Binary | 10111100 | 10110010 | 111100 | 0 | 101 | 1000100 | 11010 | 110111 | 110100 | 110001 |
Color Harmonies of #BCB23C
Complementary color
Monochromatic Colors of #BCB23C
Black with #BCB23C
Text Example
Text Example
White with #BCB23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB23C; }
p { color: rgb(188,178,60); }
H1.HeaderClassName
{
color: #BCB23C;
}
.AnyTagClassName
{
color: #BCB23C;
}
</style>
background-color css
<style>
a { background-color: #BCB23C; }
a { background-color: rgb(188,178,60); }
div.DivClassName
{
background-color: #BCB23C;
}
.BgClassName
{
background-color: #BCB23C;
}
</style>
border-color css
<style>
span { border-color: #BCB23C; }
span { border-color: rgb(188,178,60); }
td.TdClassName
{
border-color: #BCB23C;
}
.TagClassName
{
border-color: #BCB23C;
}
</style>