Shades of Brass #BCB23F
Tints of Brass #BCB23F
RGB
CMYK
RGB Variations
Color information
#BCB23F (or 0xBCB23F) is known color: Brass. HEX triplet: BC, B2 and 3F. RGB value is (188,178,63). Sum of RGB (Red+Green+Blue) = 188+178+63=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 63 (25% from 255 or 14.69% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB23F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB23F is #434DC0. Grayscale: #A8A8A8. Windows color (decimal): -4410817 or 4174524. OLE color: 4174524.
HSL color Cylindrical-coordinate representation of color #BCB23F: hue angle of 55.2º degrees, saturation: 0.5, 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 #BCB23F is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 178 | 63 | - |
| CMYK | 0 | 0.05 | 0.66 | 0.26 |
| HSL | 55.2º | 0.5% | 0.49% | - |
| HSV(B) | 55.2º | 0.66% | 0.74% | - |
| XYZ | 37.56 | 42.89 | 11 | - |
| YUV | 167.88 | 68.81 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 178 | 63 | 0 | 0.05 | 0.66 | 0.26 | 55.2 | 0.5 | 0.49 |
| Hex | BC | B2 | 3F | 0 | 5 | 42 | 1A | 37 | 32 | 31 |
| Octal | 274 | 262 | 77 | 0 | 5 | 102 | 32 | 67 | 62 | 61 |
| Binary | 10111100 | 10110010 | 111111 | 0 | 101 | 1000010 | 11010 | 110111 | 110010 | 110001 |
Color Harmonies of #BCB23F
Complementary color
Monochromatic Colors of #BCB23F
Black with #BCB23F
Text Example
Text Example
White with #BCB23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB23F; }
p { color: rgb(188,178,63); }
H1.HeaderClassName
{
color: #BCB23F;
}
.AnyTagClassName
{
color: #BCB23F;
}
</style>
background-color css
<style>
a { background-color: #BCB23F; }
a { background-color: rgb(188,178,63); }
div.DivClassName
{
background-color: #BCB23F;
}
.BgClassName
{
background-color: #BCB23F;
}
</style>
border-color css
<style>
span { border-color: #BCB23F; }
span { border-color: rgb(188,178,63); }
td.TdClassName
{
border-color: #BCB23F;
}
.TagClassName
{
border-color: #BCB23F;
}
</style>