Shades of Barberry #C9BD27
Tints of Barberry #C9BD27
RGB
CMYK
RGB Variations
Color information
#C9BD27 (or 0xC9BD27) is known color: Barberry. HEX triplet: C9, BD and 27. RGB value is (201,189,39). Sum of RGB (Red+Green+Blue) = 201+189+39=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 189 (74.22% from 255 or 44.06% from 429); Blue value is 39 (15.62% from 255 or 9.09% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BD27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BD27 is #3642D8. Grayscale: #B0B0B0. Windows color (decimal): -3556057 or 2604489. OLE color: 2604489.
HSL color Cylindrical-coordinate representation of color #C9BD27: hue angle of 55.56º 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 #C9BD27 is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 189 | 39 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.21 |
| HSL | 55.56º | 0.68% | 0.47% | - |
| HSV(B) | 55.56º | 0.81% | 0.79% | - |
| XYZ | 42.65 | 48.96 | 9.12 | - |
| YUV | 175.49 | 50.98 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 189 | 39 | 0 | 0.06 | 0.81 | 0.21 | 55.56 | 0.68 | 0.47 |
| Hex | C9 | BD | 27 | 0 | 6 | 51 | 15 | 38 | 44 | 2F |
| Octal | 311 | 275 | 47 | 0 | 6 | 121 | 25 | 70 | 104 | 57 |
| Binary | 11001001 | 10111101 | 100111 | 0 | 110 | 1010001 | 10101 | 111000 | 1000100 | 101111 |
Color Harmonies of #C9BD27
Complementary color
Monochromatic Colors of #C9BD27
Black with #C9BD27
Text Example
Text Example
White with #C9BD27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BD27; }
p { color: rgb(201,189,39); }
H1.HeaderClassName
{
color: #C9BD27;
}
.AnyTagClassName
{
color: #C9BD27;
}
</style>
background-color css
<style>
a { background-color: #C9BD27; }
a { background-color: rgb(201,189,39); }
div.DivClassName
{
background-color: #C9BD27;
}
.BgClassName
{
background-color: #C9BD27;
}
</style>
border-color css
<style>
span { border-color: #C9BD27; }
span { border-color: rgb(201,189,39); }
td.TdClassName
{
border-color: #C9BD27;
}
.TagClassName
{
border-color: #C9BD27;
}
</style>