Shades of Brass #BCB442
Tints of Brass #BCB442
RGB
CMYK
RGB Variations
Color information
#BCB442 (or 0xBCB442) is known color: Brass. HEX triplet: BC, B4 and 42. RGB value is (188,180,66). Sum of RGB (Red+Green+Blue) = 188+180+66=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 180 (70.70% from 255 or 41.47% from 434); Blue value is 66 (26.17% from 255 or 15.21% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB442 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB442 is #434BBD. Grayscale: #A9A9A9. Windows color (decimal): -4410302 or 4371644. OLE color: 4371644.
HSL color Cylindrical-coordinate representation of color #BCB442: hue angle of 56.07º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BCB442 is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 180 | 66 | - |
| CMYK | 0 | 0.04 | 0.65 | 0.26 |
| HSL | 56.07º | 0.48% | 0.5% | - |
| HSV(B) | 56.07º | 0.65% | 0.74% | - |
| XYZ | 38.04 | 43.73 | 11.59 | - |
| YUV | 169.4 | 69.65 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 180 | 66 | 0 | 0.04 | 0.65 | 0.26 | 56.07 | 0.48 | 0.5 |
| Hex | BC | B4 | 42 | 0 | 4 | 41 | 1A | 38 | 30 | 32 |
| Octal | 274 | 264 | 102 | 0 | 4 | 101 | 32 | 70 | 60 | 62 |
| Binary | 10111100 | 10110100 | 1000010 | 0 | 100 | 1000001 | 11010 | 111000 | 110000 | 110010 |
Color Harmonies of #BCB442
Complementary color
Monochromatic Colors of #BCB442
Black with #BCB442
Text Example
Text Example
White with #BCB442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB442; }
p { color: rgb(188,180,66); }
H1.HeaderClassName
{
color: #BCB442;
}
.AnyTagClassName
{
color: #BCB442;
}
</style>
background-color css
<style>
a { background-color: #BCB442; }
a { background-color: rgb(188,180,66); }
div.DivClassName
{
background-color: #BCB442;
}
.BgClassName
{
background-color: #BCB442;
}
</style>
border-color css
<style>
span { border-color: #BCB442; }
span { border-color: rgb(188,180,66); }
td.TdClassName
{
border-color: #BCB442;
}
.TagClassName
{
border-color: #BCB442;
}
</style>