Shades of Barberry #C8BE28
Tints of Barberry #C8BE28
RGB
CMYK
RGB Variations
Color information
#C8BE28 (or 0xC8BE28) is known color: Barberry. HEX triplet: C8, BE and 28. RGB value is (200,190,40). Sum of RGB (Red+Green+Blue) = 200+190+40=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 190 (74.61% from 255 or 44.19% from 430); Blue value is 40 (16.02% from 255 or 9.30% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BE28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BE28 is #3741D7. Grayscale: #B0B0B0. Windows color (decimal): -3621336 or 2670280. OLE color: 2670280.
HSL color Cylindrical-coordinate representation of color #C8BE28: hue angle of 56.25º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C8BE28 is Cyan = 0, Magento = 0.05, Yellow = 0.8 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 190 | 40 | - |
| CMYK | 0 | 0.05 | 0.8 | 0.22 |
| HSL | 56.25º | 0.67% | 0.47% | - |
| HSV(B) | 56.25º | 0.8% | 0.78% | - |
| XYZ | 42.62 | 49.26 | 9.27 | - |
| YUV | 175.89 | 51.31 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 190 | 40 | 0 | 0.05 | 0.8 | 0.22 | 56.25 | 0.67 | 0.47 |
| Hex | C8 | BE | 28 | 0 | 5 | 50 | 16 | 38 | 43 | 2F |
| Octal | 310 | 276 | 50 | 0 | 5 | 120 | 26 | 70 | 103 | 57 |
| Binary | 11001000 | 10111110 | 101000 | 0 | 101 | 1010000 | 10110 | 111000 | 1000011 | 101111 |
Color Harmonies of #C8BE28
Complementary color
Monochromatic Colors of #C8BE28
Black with #C8BE28
Text Example
Text Example
White with #C8BE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BE28; }
p { color: rgb(200,190,40); }
H1.HeaderClassName
{
color: #C8BE28;
}
.AnyTagClassName
{
color: #C8BE28;
}
</style>
background-color css
<style>
a { background-color: #C8BE28; }
a { background-color: rgb(200,190,40); }
div.DivClassName
{
background-color: #C8BE28;
}
.BgClassName
{
background-color: #C8BE28;
}
</style>
border-color css
<style>
span { border-color: #C8BE28; }
span { border-color: rgb(200,190,40); }
td.TdClassName
{
border-color: #C8BE28;
}
.TagClassName
{
border-color: #C8BE28;
}
</style>