Shades of Barberry #C9BC25
Tints of Barberry #C9BC25
RGB
CMYK
RGB Variations
Color information
#C9BC25 (or 0xC9BC25) is known color: Barberry. HEX triplet: C9, BC and 25. RGB value is (201,188,37). Sum of RGB (Red+Green+Blue) = 201+188+37=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 37 (14.84% from 255 or 8.69% from 426); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BC25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BC25 is #3643DA. Grayscale: #AFAFAF. Windows color (decimal): -3556315 or 2473161. OLE color: 2473161.
HSL color Cylindrical-coordinate representation of color #C9BC25: hue angle of 55.24º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C9BC25 is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 188 | 37 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.21 |
| HSL | 55.24º | 0.69% | 0.47% | - |
| HSV(B) | 55.24º | 0.82% | 0.79% | - |
| XYZ | 42.4 | 48.52 | 8.88 | - |
| YUV | 174.67 | 50.31 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 188 | 37 | 0 | 0.06 | 0.82 | 0.21 | 55.24 | 0.69 | 0.47 |
| Hex | C9 | BC | 25 | 0 | 6 | 52 | 15 | 37 | 45 | 2F |
| Octal | 311 | 274 | 45 | 0 | 6 | 122 | 25 | 67 | 105 | 57 |
| Binary | 11001001 | 10111100 | 100101 | 0 | 110 | 1010010 | 10101 | 110111 | 1000101 | 101111 |
Color Harmonies of #C9BC25
Complementary color
Monochromatic Colors of #C9BC25
Black with #C9BC25
Text Example
Text Example
White with #C9BC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BC25; }
p { color: rgb(201,188,37); }
H1.HeaderClassName
{
color: #C9BC25;
}
.AnyTagClassName
{
color: #C9BC25;
}
</style>
background-color css
<style>
a { background-color: #C9BC25; }
a { background-color: rgb(201,188,37); }
div.DivClassName
{
background-color: #C9BC25;
}
.BgClassName
{
background-color: #C9BC25;
}
</style>
border-color css
<style>
span { border-color: #C9BC25; }
span { border-color: rgb(201,188,37); }
td.TdClassName
{
border-color: #C9BC25;
}
.TagClassName
{
border-color: #C9BC25;
}
</style>