Shades of Barberry #CFBB27
Tints of Barberry #CFBB27
RGB
CMYK
RGB Variations
Color information
#CFBB27 (or 0xCFBB27) is known color: Barberry. HEX triplet: CF, BB and 27. RGB value is (207,187,39). Sum of RGB (Red+Green+Blue) = 207+187+39=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 187 (73.44% from 255 or 43.19% from 433); Blue value is 39 (15.62% from 255 or 9.01% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBB27 is #3044D8. Grayscale: #B0B0B0. Windows color (decimal): -3163353 or 2603983. OLE color: 2603983.
HSL color Cylindrical-coordinate representation of color #CFBB27: hue angle of 52.86º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CFBB27 is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 187 | 39 | - |
| CMYK | 0 | 0.10 | 0.81 | 0.19 |
| HSL | 52.86º | 0.68% | 0.48% | - |
| HSV(B) | 52.86º | 0.81% | 0.81% | - |
| XYZ | 43.87 | 48.95 | 9.06 | - |
| YUV | 176.11 | 50.63 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 39 | 0 | 0.10 | 0.81 | 0.19 | 52.86 | 0.68 | 0.48 |
| Hex | CF | BB | 27 | 0 | A | 51 | 13 | 35 | 44 | 30 |
| Octal | 317 | 273 | 47 | 0 | 12 | 121 | 23 | 65 | 104 | 60 |
| Binary | 11001111 | 10111011 | 100111 | 0 | 1010 | 1010001 | 10011 | 110101 | 1000100 | 110000 |
Color Harmonies of #CFBB27
Complementary color
Monochromatic Colors of #CFBB27
Black with #CFBB27
Text Example
Text Example
White with #CFBB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBB27; }
p { color: rgb(207,187,39); }
H1.HeaderClassName
{
color: #CFBB27;
}
.AnyTagClassName
{
color: #CFBB27;
}
</style>
background-color css
<style>
a { background-color: #CFBB27; }
a { background-color: rgb(207,187,39); }
div.DivClassName
{
background-color: #CFBB27;
}
.BgClassName
{
background-color: #CFBB27;
}
</style>
border-color css
<style>
span { border-color: #CFBB27; }
span { border-color: rgb(207,187,39); }
td.TdClassName
{
border-color: #CFBB27;
}
.TagClassName
{
border-color: #CFBB27;
}
</style>