Shades of Brass #BCB640
Tints of Brass #BCB640
RGB
CMYK
RGB Variations
Color information
#BCB640 (or 0xBCB640) is known color: Brass. HEX triplet: BC, B6 and 40. RGB value is (188,182,64). Sum of RGB (Red+Green+Blue) = 188+182+64=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 182 (71.48% from 255 or 41.94% from 434); Blue value is 64 (25.39% from 255 or 14.75% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB640 is #4349BF. Grayscale: #AAAAAA. Windows color (decimal): -4409792 or 4241084. OLE color: 4241084.
HSL color Cylindrical-coordinate representation of color #BCB640: hue angle of 57.1º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BCB640 is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 182 | 64 | - |
| CMYK | 0 | 0.03 | 0.66 | 0.26 |
| HSL | 57.1º | 0.49% | 0.49% | - |
| HSV(B) | 57.1º | 0.66% | 0.74% | - |
| XYZ | 38.39 | 44.52 | 11.42 | - |
| YUV | 170.34 | 67.99 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 182 | 64 | 0 | 0.03 | 0.66 | 0.26 | 57.1 | 0.49 | 0.49 |
| Hex | BC | B6 | 40 | 0 | 3 | 42 | 1A | 39 | 31 | 31 |
| Octal | 274 | 266 | 100 | 0 | 3 | 102 | 32 | 71 | 61 | 61 |
| Binary | 10111100 | 10110110 | 1000000 | 0 | 11 | 1000010 | 11010 | 111001 | 110001 | 110001 |
Color Harmonies of #BCB640
Complementary color
Monochromatic Colors of #BCB640
Black with #BCB640
Text Example
Text Example
White with #BCB640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB640; }
p { color: rgb(188,182,64); }
H1.HeaderClassName
{
color: #BCB640;
}
.AnyTagClassName
{
color: #BCB640;
}
</style>
background-color css
<style>
a { background-color: #BCB640; }
a { background-color: rgb(188,182,64); }
div.DivClassName
{
background-color: #BCB640;
}
.BgClassName
{
background-color: #BCB640;
}
</style>
border-color css
<style>
span { border-color: #BCB640; }
span { border-color: rgb(188,182,64); }
td.TdClassName
{
border-color: #BCB640;
}
.TagClassName
{
border-color: #BCB640;
}
</style>