Shades of Brass #BFB23B
Tints of Brass #BFB23B
RGB
CMYK
RGB Variations
Color information
#BFB23B (or 0xBFB23B) is known color: Brass. HEX triplet: BF, B2 and 3B. RGB value is (191,178,59). Sum of RGB (Red+Green+Blue) = 191+178+59=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 178 (69.92% from 255 or 41.59% from 428); Blue value is 59 (23.44% from 255 or 13.79% from 428); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB23B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB23B is #404DC4. Grayscale: #A8A8A8. Windows color (decimal): -4214213 or 3912383. OLE color: 3912383.
HSL color Cylindrical-coordinate representation of color #BFB23B: hue angle of 54.09º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BFB23B is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 178 | 59 | - |
| CMYK | 0 | 0.07 | 0.69 | 0.25 |
| HSL | 54.09º | 0.53% | 0.49% | - |
| HSV(B) | 54.09º | 0.69% | 0.75% | - |
| XYZ | 38.2 | 43.23 | 10.47 | - |
| YUV | 168.32 | 66.31 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 178 | 59 | 0 | 0.07 | 0.69 | 0.25 | 54.09 | 0.53 | 0.49 |
| Hex | BF | B2 | 3B | 0 | 7 | 45 | 19 | 36 | 35 | 31 |
| Octal | 277 | 262 | 73 | 0 | 7 | 105 | 31 | 66 | 65 | 61 |
| Binary | 10111111 | 10110010 | 111011 | 0 | 111 | 1000101 | 11001 | 110110 | 110101 | 110001 |
Color Harmonies of #BFB23B
Complementary color
Monochromatic Colors of #BFB23B
Black with #BFB23B
Text Example
Text Example
White with #BFB23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB23B; }
p { color: rgb(191,178,59); }
H1.HeaderClassName
{
color: #BFB23B;
}
.AnyTagClassName
{
color: #BFB23B;
}
</style>
background-color css
<style>
a { background-color: #BFB23B; }
a { background-color: rgb(191,178,59); }
div.DivClassName
{
background-color: #BFB23B;
}
.BgClassName
{
background-color: #BFB23B;
}
</style>
border-color css
<style>
span { border-color: #BFB23B; }
span { border-color: rgb(191,178,59); }
td.TdClassName
{
border-color: #BFB23B;
}
.TagClassName
{
border-color: #BFB23B;
}
</style>