Shades of Barberry #C8BF25
Tints of Barberry #C8BF25
RGB
CMYK
RGB Variations
Color information
#C8BF25 (or 0xC8BF25) is known color: Barberry. HEX triplet: C8, BF and 25. RGB value is (200,191,37). Sum of RGB (Red+Green+Blue) = 200+191+37=428 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.73% from 428); Green value is 191 (75% from 255 or 44.63% from 428); Blue value is 37 (14.84% from 255 or 8.64% from 428); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BF25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BF25 is #3740DA. Grayscale: #B0B0B0. Windows color (decimal): -3621083 or 2473928. OLE color: 2473928.
HSL color Cylindrical-coordinate representation of color #C8BF25: hue angle of 56.69º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C8BF25 is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 191 | 37 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.22 |
| HSL | 56.69º | 0.69% | 0.46% | - |
| HSV(B) | 56.69º | 0.82% | 0.78% | - |
| XYZ | 42.78 | 49.67 | 9.08 | - |
| YUV | 176.14 | 49.48 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 191 | 37 | 0 | 0.04 | 0.82 | 0.22 | 56.69 | 0.69 | 0.46 |
| Hex | C8 | BF | 25 | 0 | 4 | 52 | 16 | 39 | 45 | 2E |
| Octal | 310 | 277 | 45 | 0 | 4 | 122 | 26 | 71 | 105 | 56 |
| Binary | 11001000 | 10111111 | 100101 | 0 | 100 | 1010010 | 10110 | 111001 | 1000101 | 101110 |
Color Harmonies of #C8BF25
Complementary color
Monochromatic Colors of #C8BF25
Black with #C8BF25
Text Example
Text Example
White with #C8BF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BF25; }
p { color: rgb(200,191,37); }
H1.HeaderClassName
{
color: #C8BF25;
}
.AnyTagClassName
{
color: #C8BF25;
}
</style>
background-color css
<style>
a { background-color: #C8BF25; }
a { background-color: rgb(200,191,37); }
div.DivClassName
{
background-color: #C8BF25;
}
.BgClassName
{
background-color: #C8BF25;
}
</style>
border-color css
<style>
span { border-color: #C8BF25; }
span { border-color: rgb(200,191,37); }
td.TdClassName
{
border-color: #C8BF25;
}
.TagClassName
{
border-color: #C8BF25;
}
</style>