Shades of Brass #BCB434
Tints of Brass #BCB434
RGB
CMYK
RGB Variations
Color information
#BCB434 (or 0xBCB434) is known color: Brass. HEX triplet: BC, B4 and 34. RGB value is (188,180,52). Sum of RGB (Red+Green+Blue) = 188+180+52=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 180 (70.70% from 255 or 42.86% from 420); Blue value is 52 (20.70% from 255 or 12.38% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB434 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB434 is #434BCB. Grayscale: #A8A8A8. Windows color (decimal): -4410316 or 3454140. OLE color: 3454140.
HSL color Cylindrical-coordinate representation of color #BCB434: hue angle of 56.47º degrees, saturation: 0.57, 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 #BCB434 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 180 | 52 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.26 |
| HSL | 56.47º | 0.57% | 0.47% | - |
| HSV(B) | 56.47º | 0.72% | 0.74% | - |
| XYZ | 37.68 | 43.58 | 9.67 | - |
| YUV | 167.8 | 62.65 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 180 | 52 | 0 | 0.04 | 0.72 | 0.26 | 56.47 | 0.57 | 0.47 |
| Hex | BC | B4 | 34 | 0 | 4 | 48 | 1A | 38 | 39 | 2F |
| Octal | 274 | 264 | 64 | 0 | 4 | 110 | 32 | 70 | 71 | 57 |
| Binary | 10111100 | 10110100 | 110100 | 0 | 100 | 1001000 | 11010 | 111000 | 111001 | 101111 |
Color Harmonies of #BCB434
Complementary color
Monochromatic Colors of #BCB434
Black with #BCB434
Text Example
Text Example
White with #BCB434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB434; }
p { color: rgb(188,180,52); }
H1.HeaderClassName
{
color: #BCB434;
}
.AnyTagClassName
{
color: #BCB434;
}
</style>
background-color css
<style>
a { background-color: #BCB434; }
a { background-color: rgb(188,180,52); }
div.DivClassName
{
background-color: #BCB434;
}
.BgClassName
{
background-color: #BCB434;
}
</style>
border-color css
<style>
span { border-color: #BCB434; }
span { border-color: rgb(188,180,52); }
td.TdClassName
{
border-color: #BCB434;
}
.TagClassName
{
border-color: #BCB434;
}
</style>