Shades of Brass #BCB335
Tints of Brass #BCB335
RGB
CMYK
RGB Variations
Color information
#BCB335 (or 0xBCB335) is known color: Brass. HEX triplet: BC, B3 and 35. RGB value is (188,179,53). Sum of RGB (Red+Green+Blue) = 188+179+53=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 179 (70.31% from 255 or 42.62% from 420); Blue value is 53 (21.09% from 255 or 12.62% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB335 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB335 is #434CCA. Grayscale: #A7A7A7. Windows color (decimal): -4410571 or 3519420. OLE color: 3519420.
HSL color Cylindrical-coordinate representation of color #BCB335: hue angle of 56º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BCB335 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 179 | 53 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.26 |
| HSL | 56º | 0.56% | 0.47% | - |
| HSV(B) | 56º | 0.72% | 0.74% | - |
| XYZ | 37.5 | 43.19 | 9.73 | - |
| YUV | 167.33 | 63.48 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 179 | 53 | 0 | 0.05 | 0.72 | 0.26 | 56 | 0.56 | 0.47 |
| Hex | BC | B3 | 35 | 0 | 5 | 48 | 1A | 38 | 38 | 2F |
| Octal | 274 | 263 | 65 | 0 | 5 | 110 | 32 | 70 | 70 | 57 |
| Binary | 10111100 | 10110011 | 110101 | 0 | 101 | 1001000 | 11010 | 111000 | 111000 | 101111 |
Color Harmonies of #BCB335
Complementary color
Monochromatic Colors of #BCB335
Black with #BCB335
Text Example
Text Example
White with #BCB335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB335; }
p { color: rgb(188,179,53); }
H1.HeaderClassName
{
color: #BCB335;
}
.AnyTagClassName
{
color: #BCB335;
}
</style>
background-color css
<style>
a { background-color: #BCB335; }
a { background-color: rgb(188,179,53); }
div.DivClassName
{
background-color: #BCB335;
}
.BgClassName
{
background-color: #BCB335;
}
</style>
border-color css
<style>
span { border-color: #BCB335; }
span { border-color: rgb(188,179,53); }
td.TdClassName
{
border-color: #BCB335;
}
.TagClassName
{
border-color: #BCB335;
}
</style>