Shades of Barberry #CFBE23
Tints of Barberry #CFBE23
RGB
CMYK
RGB Variations
Color information
#CFBE23 (or 0xCFBE23) is known color: Barberry. HEX triplet: CF, BE and 23. RGB value is (207,190,35). Sum of RGB (Red+Green+Blue) = 207+190+35=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 190 (74.61% from 255 or 43.98% from 432); Blue value is 35 (14.06% from 255 or 8.10% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBE23 is #3041DC. Grayscale: #B2B2B2. Windows color (decimal): -3162589 or 2342607. OLE color: 2342607.
HSL color Cylindrical-coordinate representation of color #CFBE23: hue angle of 54.07º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CFBE23 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 190 | 35 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.19 |
| HSL | 54.07º | 0.71% | 0.47% | - |
| HSV(B) | 54.07º | 0.83% | 0.81% | - |
| XYZ | 44.45 | 50.21 | 8.94 | - |
| YUV | 177.41 | 47.63 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 190 | 35 | 0 | 0.08 | 0.83 | 0.19 | 54.07 | 0.71 | 0.47 |
| Hex | CF | BE | 23 | 0 | 8 | 53 | 13 | 36 | 47 | 2F |
| Octal | 317 | 276 | 43 | 0 | 10 | 123 | 23 | 66 | 107 | 57 |
| Binary | 11001111 | 10111110 | 100011 | 0 | 1000 | 1010011 | 10011 | 110110 | 1000111 | 101111 |
Color Harmonies of #CFBE23
Complementary color
Monochromatic Colors of #CFBE23
Black with #CFBE23
Text Example
Text Example
White with #CFBE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBE23; }
p { color: rgb(207,190,35); }
H1.HeaderClassName
{
color: #CFBE23;
}
.AnyTagClassName
{
color: #CFBE23;
}
</style>
background-color css
<style>
a { background-color: #CFBE23; }
a { background-color: rgb(207,190,35); }
div.DivClassName
{
background-color: #CFBE23;
}
.BgClassName
{
background-color: #CFBE23;
}
</style>
border-color css
<style>
span { border-color: #CFBE23; }
span { border-color: rgb(207,190,35); }
td.TdClassName
{
border-color: #CFBE23;
}
.TagClassName
{
border-color: #CFBE23;
}
</style>