Shades of Brass #BCB436
Tints of Brass #BCB436
RGB
CMYK
RGB Variations
Color information
#BCB436 (or 0xBCB436) is known color: Brass. HEX triplet: BC, B4 and 36. RGB value is (188,180,54). Sum of RGB (Red+Green+Blue) = 188+180+54=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 180 (70.70% from 255 or 42.65% from 422); Blue value is 54 (21.48% from 255 or 12.80% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB436 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB436 is #434BC9. Grayscale: #A8A8A8. Windows color (decimal): -4410314 or 3585212. OLE color: 3585212.
HSL color Cylindrical-coordinate representation of color #BCB436: hue angle of 56.42º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BCB436 is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 180 | 54 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.26 |
| HSL | 56.42º | 0.55% | 0.47% | - |
| HSV(B) | 56.42º | 0.71% | 0.74% | - |
| XYZ | 37.73 | 43.6 | 9.92 | - |
| YUV | 168.03 | 63.65 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 180 | 54 | 0 | 0.04 | 0.71 | 0.26 | 56.42 | 0.55 | 0.47 |
| Hex | BC | B4 | 36 | 0 | 4 | 47 | 1A | 38 | 37 | 2F |
| Octal | 274 | 264 | 66 | 0 | 4 | 107 | 32 | 70 | 67 | 57 |
| Binary | 10111100 | 10110100 | 110110 | 0 | 100 | 1000111 | 11010 | 111000 | 110111 | 101111 |
Color Harmonies of #BCB436
Complementary color
Monochromatic Colors of #BCB436
Black with #BCB436
Text Example
Text Example
White with #BCB436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB436; }
p { color: rgb(188,180,54); }
H1.HeaderClassName
{
color: #BCB436;
}
.AnyTagClassName
{
color: #BCB436;
}
</style>
background-color css
<style>
a { background-color: #BCB436; }
a { background-color: rgb(188,180,54); }
div.DivClassName
{
background-color: #BCB436;
}
.BgClassName
{
background-color: #BCB436;
}
</style>
border-color css
<style>
span { border-color: #BCB436; }
span { border-color: rgb(188,180,54); }
td.TdClassName
{
border-color: #BCB436;
}
.TagClassName
{
border-color: #BCB436;
}
</style>