Shades of Barberry #CFBE2B
Tints of Barberry #CFBE2B
RGB
CMYK
RGB Variations
Color information
#CFBE2B (or 0xCFBE2B) is known color: Barberry. HEX triplet: CF, BE and 2B. RGB value is (207,190,43). Sum of RGB (Red+Green+Blue) = 207+190+43=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 43 (17.19% from 255 or 9.77% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBE2B is #3041D4. Grayscale: #B2B2B2. Windows color (decimal): -3162581 or 2866895. OLE color: 2866895.
HSL color Cylindrical-coordinate representation of color #CFBE2B: hue angle of 53.78º 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 #CFBE2B is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 190 | 43 | - |
| CMYK | 0 | 0.08 | 0.79 | 0.19 |
| HSL | 53.78º | 0.66% | 0.49% | - |
| HSV(B) | 53.78º | 0.79% | 0.81% | - |
| XYZ | 44.58 | 50.27 | 9.64 | - |
| YUV | 178.33 | 51.63 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 190 | 43 | 0 | 0.08 | 0.79 | 0.19 | 53.78 | 0.66 | 0.49 |
| Hex | CF | BE | 2B | 0 | 8 | 4F | 13 | 36 | 42 | 31 |
| Octal | 317 | 276 | 53 | 0 | 10 | 117 | 23 | 66 | 102 | 61 |
| Binary | 11001111 | 10111110 | 101011 | 0 | 1000 | 1001111 | 10011 | 110110 | 1000010 | 110001 |
Color Harmonies of #CFBE2B
Complementary color
Monochromatic Colors of #CFBE2B
Black with #CFBE2B
Text Example
Text Example
White with #CFBE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBE2B; }
p { color: rgb(207,190,43); }
H1.HeaderClassName
{
color: #CFBE2B;
}
.AnyTagClassName
{
color: #CFBE2B;
}
</style>
background-color css
<style>
a { background-color: #CFBE2B; }
a { background-color: rgb(207,190,43); }
div.DivClassName
{
background-color: #CFBE2B;
}
.BgClassName
{
background-color: #CFBE2B;
}
</style>
border-color css
<style>
span { border-color: #CFBE2B; }
span { border-color: rgb(207,190,43); }
td.TdClassName
{
border-color: #CFBE2B;
}
.TagClassName
{
border-color: #CFBE2B;
}
</style>