Shades of Deco #BFCF7D
Tints of Deco #BFCF7D
RGB
CMYK
RGB Variations
Color information
#BFCF7D (or 0xBFCF7D) is known color: Deco. HEX triplet: BF, CF and 7D. RGB value is (191,207,125). Sum of RGB (Red+Green+Blue) = 191+207+125=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 207 (81.25% from 255 or 39.58% from 523); Blue value is 125 (49.22% from 255 or 23.90% from 523); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCF7D is #403082. Grayscale: #C1C1C1. Windows color (decimal): -4206723 or 8245183. OLE color: 8245183.
HSL color Cylindrical-coordinate representation of color #BFCF7D: hue angle of 71.71º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFCF7D is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 207 | 125 | - |
| CMYK | 0.08 | 0 | 0.40 | 0.19 |
| HSL | 71.71º | 0.46% | 0.65% | - |
| HSV(B) | 71.71º | 0.4% | 0.81% | - |
| XYZ | 47.5 | 57.18 | 27.94 | - |
| YUV | 192.87 | 89.7 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 125 | 0.08 | 0 | 0.40 | 0.19 | 71.71 | 0.46 | 0.65 |
| Hex | BF | CF | 7D | 8 | 0 | 28 | 13 | 48 | 2E | 41 |
| Octal | 277 | 317 | 175 | 10 | 0 | 50 | 23 | 110 | 56 | 101 |
| Binary | 10111111 | 11001111 | 1111101 | 1000 | 0 | 101000 | 10011 | 1001000 | 101110 | 1000001 |
Color Harmonies of #BFCF7D
Complementary color
Monochromatic Colors of #BFCF7D
Black with #BFCF7D
Text Example
Text Example
White with #BFCF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCF7D; }
p { color: rgb(191,207,125); }
H1.HeaderClassName
{
color: #BFCF7D;
}
.AnyTagClassName
{
color: #BFCF7D;
}
</style>
background-color css
<style>
a { background-color: #BFCF7D; }
a { background-color: rgb(191,207,125); }
div.DivClassName
{
background-color: #BFCF7D;
}
.BgClassName
{
background-color: #BFCF7D;
}
</style>
border-color css
<style>
span { border-color: #BFCF7D; }
span { border-color: rgb(191,207,125); }
td.TdClassName
{
border-color: #BFCF7D;
}
.TagClassName
{
border-color: #BFCF7D;
}
</style>