Shades of Brass #BCB234
Tints of Brass #BCB234
RGB
CMYK
RGB Variations
Color information
#BCB234 (or 0xBCB234) is known color: Brass. HEX triplet: BC, B2 and 34. RGB value is (188,178,52). Sum of RGB (Red+Green+Blue) = 188+178+52=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 178 (69.92% from 255 or 42.58% from 418); Blue value is 52 (20.70% from 255 or 12.44% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB234 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB234 is #434DCB. Grayscale: #A7A7A7. Windows color (decimal): -4410828 or 3453628. OLE color: 3453628.
HSL color Cylindrical-coordinate representation of color #BCB234: hue angle of 55.59º 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 #BCB234 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 178 | 52 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.26 |
| HSL | 55.59º | 0.57% | 0.47% | - |
| HSV(B) | 55.59º | 0.72% | 0.74% | - |
| XYZ | 37.28 | 42.78 | 9.54 | - |
| YUV | 166.63 | 63.31 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 178 | 52 | 0 | 0.05 | 0.72 | 0.26 | 55.59 | 0.57 | 0.47 |
| Hex | BC | B2 | 34 | 0 | 5 | 48 | 1A | 38 | 39 | 2F |
| Octal | 274 | 262 | 64 | 0 | 5 | 110 | 32 | 70 | 71 | 57 |
| Binary | 10111100 | 10110010 | 110100 | 0 | 101 | 1001000 | 11010 | 111000 | 111001 | 101111 |
Color Harmonies of #BCB234
Complementary color
Monochromatic Colors of #BCB234
Black with #BCB234
Text Example
Text Example
White with #BCB234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB234; }
p { color: rgb(188,178,52); }
H1.HeaderClassName
{
color: #BCB234;
}
.AnyTagClassName
{
color: #BCB234;
}
</style>
background-color css
<style>
a { background-color: #BCB234; }
a { background-color: rgb(188,178,52); }
div.DivClassName
{
background-color: #BCB234;
}
.BgClassName
{
background-color: #BCB234;
}
</style>
border-color css
<style>
span { border-color: #BCB234; }
span { border-color: rgb(188,178,52); }
td.TdClassName
{
border-color: #BCB234;
}
.TagClassName
{
border-color: #BCB234;
}
</style>