Shades of Brass #BCB344
Tints of Brass #BCB344
RGB
CMYK
RGB Variations
Color information
#BCB344 (or 0xBCB344) is known color: Brass. HEX triplet: BC, B3 and 44. RGB value is (188,179,68). Sum of RGB (Red+Green+Blue) = 188+179+68=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 179 (70.31% from 255 or 41.15% from 435); Blue value is 68 (26.95% from 255 or 15.63% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB344 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB344 is #434CBB. Grayscale: #A9A9A9. Windows color (decimal): -4410556 or 4502460. OLE color: 4502460.
HSL color Cylindrical-coordinate representation of color #BCB344: hue angle of 55.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCB344 is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 179 | 68 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.26 |
| HSL | 55.5º | 0.47% | 0.5% | - |
| HSV(B) | 55.5º | 0.64% | 0.74% | - |
| XYZ | 37.9 | 43.35 | 11.84 | - |
| YUV | 169.04 | 70.98 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 179 | 68 | 0 | 0.05 | 0.64 | 0.26 | 55.5 | 0.47 | 0.5 |
| Hex | BC | B3 | 44 | 0 | 5 | 40 | 1A | 38 | 2F | 32 |
| Octal | 274 | 263 | 104 | 0 | 5 | 100 | 32 | 70 | 57 | 62 |
| Binary | 10111100 | 10110011 | 1000100 | 0 | 101 | 1000000 | 11010 | 111000 | 101111 | 110010 |
Color Harmonies of #BCB344
Complementary color
Monochromatic Colors of #BCB344
Black with #BCB344
Text Example
Text Example
White with #BCB344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB344; }
p { color: rgb(188,179,68); }
H1.HeaderClassName
{
color: #BCB344;
}
.AnyTagClassName
{
color: #BCB344;
}
</style>
background-color css
<style>
a { background-color: #BCB344; }
a { background-color: rgb(188,179,68); }
div.DivClassName
{
background-color: #BCB344;
}
.BgClassName
{
background-color: #BCB344;
}
</style>
border-color css
<style>
span { border-color: #BCB344; }
span { border-color: rgb(188,179,68); }
td.TdClassName
{
border-color: #BCB344;
}
.TagClassName
{
border-color: #BCB344;
}
</style>