Shades of Barberry #C9BE28
Tints of Barberry #C9BE28
RGB
CMYK
RGB Variations
Color information
#C9BE28 (or 0xC9BE28) is known color: Barberry. HEX triplet: C9, BE and 28. RGB value is (201,190,40). Sum of RGB (Red+Green+Blue) = 201+190+40=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 190 (74.61% from 255 or 44.08% from 431); Blue value is 40 (16.02% from 255 or 9.28% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BE28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BE28 is #3641D7. Grayscale: #B0B0B0. Windows color (decimal): -3555800 or 2670281. OLE color: 2670281.
HSL color Cylindrical-coordinate representation of color #C9BE28: hue angle of 55.9º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C9BE28 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 190 | 40 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.21 |
| HSL | 55.9º | 0.67% | 0.47% | - |
| HSV(B) | 55.9º | 0.8% | 0.79% | - |
| XYZ | 42.88 | 49.4 | 9.28 | - |
| YUV | 176.19 | 51.14 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 190 | 40 | 0 | 0.05 | 0.80 | 0.21 | 55.9 | 0.67 | 0.47 |
| Hex | C9 | BE | 28 | 0 | 5 | 50 | 15 | 38 | 43 | 2F |
| Octal | 311 | 276 | 50 | 0 | 5 | 120 | 25 | 70 | 103 | 57 |
| Binary | 11001001 | 10111110 | 101000 | 0 | 101 | 1010000 | 10101 | 111000 | 1000011 | 101111 |
Color Harmonies of #C9BE28
Complementary color
Monochromatic Colors of #C9BE28
Black with #C9BE28
Text Example
Text Example
White with #C9BE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BE28; }
p { color: rgb(201,190,40); }
H1.HeaderClassName
{
color: #C9BE28;
}
.AnyTagClassName
{
color: #C9BE28;
}
</style>
background-color css
<style>
a { background-color: #C9BE28; }
a { background-color: rgb(201,190,40); }
div.DivClassName
{
background-color: #C9BE28;
}
.BgClassName
{
background-color: #C9BE28;
}
</style>
border-color css
<style>
span { border-color: #C9BE28; }
span { border-color: rgb(201,190,40); }
td.TdClassName
{
border-color: #C9BE28;
}
.TagClassName
{
border-color: #C9BE28;
}
</style>