Shades of Barberry #CFBD2B
Tints of Barberry #CFBD2B
RGB
CMYK
RGB Variations
Color information
#CFBD2B (or 0xCFBD2B) is known color: Barberry. HEX triplet: CF, BD and 2B. RGB value is (207,189,43). Sum of RGB (Red+Green+Blue) = 207+189+43=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 189 (74.22% from 255 or 43.05% from 439); Blue value is 43 (17.19% from 255 or 9.79% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBD2B is #3042D4. Grayscale: #B2B2B2. Windows color (decimal): -3162837 or 2866639. OLE color: 2866639.
HSL color Cylindrical-coordinate representation of color #CFBD2B: hue angle of 53.41º 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 #CFBD2B is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 189 | 43 | - |
| CMYK | 0 | 0.09 | 0.79 | 0.19 |
| HSL | 53.41º | 0.66% | 0.49% | - |
| HSV(B) | 53.41º | 0.79% | 0.81% | - |
| XYZ | 44.37 | 49.84 | 9.57 | - |
| YUV | 177.74 | 51.96 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 43 | 0 | 0.09 | 0.79 | 0.19 | 53.41 | 0.66 | 0.49 |
| Hex | CF | BD | 2B | 0 | 9 | 4F | 13 | 35 | 42 | 31 |
| Octal | 317 | 275 | 53 | 0 | 11 | 117 | 23 | 65 | 102 | 61 |
| Binary | 11001111 | 10111101 | 101011 | 0 | 1001 | 1001111 | 10011 | 110101 | 1000010 | 110001 |
Color Harmonies of #CFBD2B
Complementary color
Monochromatic Colors of #CFBD2B
Black with #CFBD2B
Text Example
Text Example
White with #CFBD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBD2B; }
p { color: rgb(207,189,43); }
H1.HeaderClassName
{
color: #CFBD2B;
}
.AnyTagClassName
{
color: #CFBD2B;
}
</style>
background-color css
<style>
a { background-color: #CFBD2B; }
a { background-color: rgb(207,189,43); }
div.DivClassName
{
background-color: #CFBD2B;
}
.BgClassName
{
background-color: #CFBD2B;
}
</style>
border-color css
<style>
span { border-color: #CFBD2B; }
span { border-color: rgb(207,189,43); }
td.TdClassName
{
border-color: #CFBD2B;
}
.TagClassName
{
border-color: #CFBD2B;
}
</style>