Shades of Barberry #CFBC2B
Tints of Barberry #CFBC2B
RGB
CMYK
RGB Variations
Color information
#CFBC2B (or 0xCFBC2B) is known color: Barberry. HEX triplet: CF, BC and 2B. RGB value is (207,188,43). Sum of RGB (Red+Green+Blue) = 207+188+43=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 43 (17.19% from 255 or 9.82% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBC2B is #3043D4. Grayscale: #B1B1B1. Windows color (decimal): -3163093 or 2866383. OLE color: 2866383.
HSL color Cylindrical-coordinate representation of color #CFBC2B: hue angle of 53.05º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFBC2B is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 43 | - |
| CMYK | 0 | 0.09 | 0.79 | 0.19 |
| HSL | 53.05º | 0.66% | 0.49% | - |
| HSV(B) | 53.05º | 0.79% | 0.81% | - |
| XYZ | 44.15 | 49.41 | 9.49 | - |
| YUV | 177.15 | 52.29 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 43 | 0 | 0.09 | 0.79 | 0.19 | 53.05 | 0.66 | 0.49 |
| Hex | CF | BC | 2B | 0 | 9 | 4F | 13 | 35 | 42 | 31 |
| Octal | 317 | 274 | 53 | 0 | 11 | 117 | 23 | 65 | 102 | 61 |
| Binary | 11001111 | 10111100 | 101011 | 0 | 1001 | 1001111 | 10011 | 110101 | 1000010 | 110001 |
Color Harmonies of #CFBC2B
Complementary color
Monochromatic Colors of #CFBC2B
Black with #CFBC2B
Text Example
Text Example
White with #CFBC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBC2B; }
p { color: rgb(207,188,43); }
H1.HeaderClassName
{
color: #CFBC2B;
}
.AnyTagClassName
{
color: #CFBC2B;
}
</style>
background-color css
<style>
a { background-color: #CFBC2B; }
a { background-color: rgb(207,188,43); }
div.DivClassName
{
background-color: #CFBC2B;
}
.BgClassName
{
background-color: #CFBC2B;
}
</style>
border-color css
<style>
span { border-color: #CFBC2B; }
span { border-color: rgb(207,188,43); }
td.TdClassName
{
border-color: #CFBC2B;
}
.TagClassName
{
border-color: #CFBC2B;
}
</style>