Shades of Barberry #CFBE27
Tints of Barberry #CFBE27
RGB
CMYK
RGB Variations
Color information
#CFBE27 (or 0xCFBE27) is known color: Barberry. HEX triplet: CF, BE and 27. RGB value is (207,190,39). Sum of RGB (Red+Green+Blue) = 207+190+39=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 190 (74.61% from 255 or 43.58% from 436); Blue value is 39 (15.62% from 255 or 8.94% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBE27 is #3041D8. Grayscale: #B2B2B2. Windows color (decimal): -3162585 or 2604751. OLE color: 2604751.
HSL color Cylindrical-coordinate representation of color #CFBE27: hue angle of 53.93º 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 #CFBE27 is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 190 | 39 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.19 |
| HSL | 53.93º | 0.68% | 0.48% | - |
| HSV(B) | 53.93º | 0.81% | 0.81% | - |
| XYZ | 44.51 | 50.24 | 9.27 | - |
| YUV | 177.87 | 49.63 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 190 | 39 | 0 | 0.08 | 0.81 | 0.19 | 53.93 | 0.68 | 0.48 |
| Hex | CF | BE | 27 | 0 | 8 | 51 | 13 | 36 | 44 | 30 |
| Octal | 317 | 276 | 47 | 0 | 10 | 121 | 23 | 66 | 104 | 60 |
| Binary | 11001111 | 10111110 | 100111 | 0 | 1000 | 1010001 | 10011 | 110110 | 1000100 | 110000 |
Color Harmonies of #CFBE27
Complementary color
Monochromatic Colors of #CFBE27
Black with #CFBE27
Text Example
Text Example
White with #CFBE27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBE27; }
p { color: rgb(207,190,39); }
H1.HeaderClassName
{
color: #CFBE27;
}
.AnyTagClassName
{
color: #CFBE27;
}
</style>
background-color css
<style>
a { background-color: #CFBE27; }
a { background-color: rgb(207,190,39); }
div.DivClassName
{
background-color: #CFBE27;
}
.BgClassName
{
background-color: #CFBE27;
}
</style>
border-color css
<style>
span { border-color: #CFBE27; }
span { border-color: rgb(207,190,39); }
td.TdClassName
{
border-color: #CFBE27;
}
.TagClassName
{
border-color: #CFBE27;
}
</style>