Shades of Brass #BCB23E
Tints of Brass #BCB23E
RGB
CMYK
RGB Variations
Color information
#BCB23E (or 0xBCB23E) is known color: Brass. HEX triplet: BC, B2 and 3E. RGB value is (188,178,62). Sum of RGB (Red+Green+Blue) = 188+178+62=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 178 (69.92% from 255 or 41.59% from 428); Blue value is 62 (24.61% from 255 or 14.49% from 428); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB23E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB23E is #434DC1. Grayscale: #A8A8A8. Windows color (decimal): -4410818 or 4108988. OLE color: 4108988.
HSL color Cylindrical-coordinate representation of color #BCB23E: hue angle of 55.24º 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 #BCB23E is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 178 | 62 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.26 |
| HSL | 55.24º | 0.5% | 0.49% | - |
| HSV(B) | 55.24º | 0.67% | 0.74% | - |
| XYZ | 37.53 | 42.88 | 10.86 | - |
| YUV | 167.77 | 68.31 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 178 | 62 | 0 | 0.05 | 0.67 | 0.26 | 55.24 | 0.5 | 0.49 |
| Hex | BC | B2 | 3E | 0 | 5 | 43 | 1A | 37 | 32 | 31 |
| Octal | 274 | 262 | 76 | 0 | 5 | 103 | 32 | 67 | 62 | 61 |
| Binary | 10111100 | 10110010 | 111110 | 0 | 101 | 1000011 | 11010 | 110111 | 110010 | 110001 |
Color Harmonies of #BCB23E
Complementary color
Monochromatic Colors of #BCB23E
Black with #BCB23E
Text Example
Text Example
White with #BCB23E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB23E; }
p { color: rgb(188,178,62); }
H1.HeaderClassName
{
color: #BCB23E;
}
.AnyTagClassName
{
color: #BCB23E;
}
</style>
background-color css
<style>
a { background-color: #BCB23E; }
a { background-color: rgb(188,178,62); }
div.DivClassName
{
background-color: #BCB23E;
}
.BgClassName
{
background-color: #BCB23E;
}
</style>
border-color css
<style>
span { border-color: #BCB23E; }
span { border-color: rgb(188,178,62); }
td.TdClassName
{
border-color: #BCB23E;
}
.TagClassName
{
border-color: #BCB23E;
}
</style>