Shades of Brass #BCB23D
Tints of Brass #BCB23D
RGB
CMYK
RGB Variations
Color information
#BCB23D (or 0xBCB23D) is known color: Brass. HEX triplet: BC, B2 and 3D. RGB value is (188,178,61). Sum of RGB (Red+Green+Blue) = 188+178+61=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 178 (69.92% from 255 or 41.69% from 427); Blue value is 61 (24.22% from 255 or 14.29% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB23D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB23D is #434DC2. Grayscale: #A8A8A8. Windows color (decimal): -4410819 or 4043452. OLE color: 4043452.
HSL color Cylindrical-coordinate representation of color #BCB23D: hue angle of 55.28º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCB23D is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 178 | 61 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.26 |
| HSL | 55.28º | 0.51% | 0.49% | - |
| HSV(B) | 55.28º | 0.68% | 0.74% | - |
| XYZ | 37.5 | 42.87 | 10.71 | - |
| YUV | 167.65 | 67.81 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 178 | 61 | 0 | 0.05 | 0.68 | 0.26 | 55.28 | 0.51 | 0.49 |
| Hex | BC | B2 | 3D | 0 | 5 | 44 | 1A | 37 | 33 | 31 |
| Octal | 274 | 262 | 75 | 0 | 5 | 104 | 32 | 67 | 63 | 61 |
| Binary | 10111100 | 10110010 | 111101 | 0 | 101 | 1000100 | 11010 | 110111 | 110011 | 110001 |
Color Harmonies of #BCB23D
Complementary color
Monochromatic Colors of #BCB23D
Black with #BCB23D
Text Example
Text Example
White with #BCB23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB23D; }
p { color: rgb(188,178,61); }
H1.HeaderClassName
{
color: #BCB23D;
}
.AnyTagClassName
{
color: #BCB23D;
}
</style>
background-color css
<style>
a { background-color: #BCB23D; }
a { background-color: rgb(188,178,61); }
div.DivClassName
{
background-color: #BCB23D;
}
.BgClassName
{
background-color: #BCB23D;
}
</style>
border-color css
<style>
span { border-color: #BCB23D; }
span { border-color: rgb(188,178,61); }
td.TdClassName
{
border-color: #BCB23D;
}
.TagClassName
{
border-color: #BCB23D;
}
</style>