Shades of Barberry #C9BF27
Tints of Barberry #C9BF27
RGB
CMYK
RGB Variations
Color information
#C9BF27 (or 0xC9BF27) is known color: Barberry. HEX triplet: C9, BF and 27. RGB value is (201,191,39). Sum of RGB (Red+Green+Blue) = 201+191+39=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 191 (75% from 255 or 44.32% from 431); Blue value is 39 (15.62% from 255 or 9.05% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BF27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BF27 is #3640D8. Grayscale: #B1B1B1. Windows color (decimal): -3555545 or 2605001. OLE color: 2605001.
HSL color Cylindrical-coordinate representation of color #C9BF27: hue angle of 56.3º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C9BF27 is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 191 | 39 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.21 |
| HSL | 56.3º | 0.68% | 0.47% | - |
| HSV(B) | 56.3º | 0.81% | 0.79% | - |
| XYZ | 43.08 | 49.83 | 9.27 | - |
| YUV | 176.66 | 50.31 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 191 | 39 | 0 | 0.05 | 0.81 | 0.21 | 56.3 | 0.68 | 0.47 |
| Hex | C9 | BF | 27 | 0 | 5 | 51 | 15 | 38 | 44 | 2F |
| Octal | 311 | 277 | 47 | 0 | 5 | 121 | 25 | 70 | 104 | 57 |
| Binary | 11001001 | 10111111 | 100111 | 0 | 101 | 1010001 | 10101 | 111000 | 1000100 | 101111 |
Color Harmonies of #C9BF27
Complementary color
Monochromatic Colors of #C9BF27
Black with #C9BF27
Text Example
Text Example
White with #C9BF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BF27; }
p { color: rgb(201,191,39); }
H1.HeaderClassName
{
color: #C9BF27;
}
.AnyTagClassName
{
color: #C9BF27;
}
</style>
background-color css
<style>
a { background-color: #C9BF27; }
a { background-color: rgb(201,191,39); }
div.DivClassName
{
background-color: #C9BF27;
}
.BgClassName
{
background-color: #C9BF27;
}
</style>
border-color css
<style>
span { border-color: #C9BF27; }
span { border-color: rgb(201,191,39); }
td.TdClassName
{
border-color: #C9BF27;
}
.TagClassName
{
border-color: #C9BF27;
}
</style>