Shades of Barberry #CFBF2E
Tints of Barberry #CFBF2E
RGB
CMYK
RGB Variations
Color information
#CFBF2E (or 0xCFBF2E) is known color: Barberry. HEX triplet: CF, BF and 2E. RGB value is (207,191,46). Sum of RGB (Red+Green+Blue) = 207+191+46=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 191 (75% from 255 or 43.02% from 444); Blue value is 46 (18.36% from 255 or 10.36% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBF2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBF2E is #3040D1. Grayscale: #B3B3B3. Windows color (decimal): -3162322 or 3063759. OLE color: 3063759.
HSL color Cylindrical-coordinate representation of color #CFBF2E: hue angle of 54.04º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFBF2E is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 191 | 46 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.19 |
| HSL | 54.04º | 0.64% | 0.5% | - |
| HSV(B) | 54.04º | 0.78% | 0.81% | - |
| XYZ | 44.86 | 50.72 | 10.01 | - |
| YUV | 179.25 | 52.8 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 191 | 46 | 0 | 0.08 | 0.78 | 0.19 | 54.04 | 0.64 | 0.5 |
| Hex | CF | BF | 2E | 0 | 8 | 4E | 13 | 36 | 40 | 32 |
| Octal | 317 | 277 | 56 | 0 | 10 | 116 | 23 | 66 | 100 | 62 |
| Binary | 11001111 | 10111111 | 101110 | 0 | 1000 | 1001110 | 10011 | 110110 | 1000000 | 110010 |
Color Harmonies of #CFBF2E
Complementary color
Monochromatic Colors of #CFBF2E
Black with #CFBF2E
Text Example
Text Example
White with #CFBF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBF2E; }
p { color: rgb(207,191,46); }
H1.HeaderClassName
{
color: #CFBF2E;
}
.AnyTagClassName
{
color: #CFBF2E;
}
</style>
background-color css
<style>
a { background-color: #CFBF2E; }
a { background-color: rgb(207,191,46); }
div.DivClassName
{
background-color: #CFBF2E;
}
.BgClassName
{
background-color: #CFBF2E;
}
</style>
border-color css
<style>
span { border-color: #CFBF2E; }
span { border-color: rgb(207,191,46); }
td.TdClassName
{
border-color: #CFBF2E;
}
.TagClassName
{
border-color: #CFBF2E;
}
</style>