Shades of Barberry #C8BE21
Tints of Barberry #C8BE21
RGB
CMYK
RGB Variations
Color information
#C8BE21 (or 0xC8BE21) is known color: Barberry. HEX triplet: C8, BE and 21. RGB value is (200,190,33). Sum of RGB (Red+Green+Blue) = 200+190+33=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 190 (74.61% from 255 or 44.92% from 423); Blue value is 33 (13.28% from 255 or 7.80% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BE21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BE21 is #3741DE. Grayscale: #AFAFAF. Windows color (decimal): -3621343 or 2211528. OLE color: 2211528.
HSL color Cylindrical-coordinate representation of color #C8BE21: hue angle of 56.41º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C8BE21 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 190 | 33 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.22 |
| HSL | 56.41º | 0.72% | 0.46% | - |
| HSV(B) | 56.41º | 0.84% | 0.78% | - |
| XYZ | 42.51 | 49.22 | 8.7 | - |
| YUV | 175.09 | 47.81 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 190 | 33 | 0 | 0.05 | 0.84 | 0.22 | 56.41 | 0.72 | 0.46 |
| Hex | C8 | BE | 21 | 0 | 5 | 54 | 16 | 38 | 48 | 2E |
| Octal | 310 | 276 | 41 | 0 | 5 | 124 | 26 | 70 | 110 | 56 |
| Binary | 11001000 | 10111110 | 100001 | 0 | 101 | 1010100 | 10110 | 111000 | 1001000 | 101110 |
Color Harmonies of #C8BE21
Complementary color
Monochromatic Colors of #C8BE21
Black with #C8BE21
Text Example
Text Example
White with #C8BE21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BE21; }
p { color: rgb(200,190,33); }
H1.HeaderClassName
{
color: #C8BE21;
}
.AnyTagClassName
{
color: #C8BE21;
}
</style>
background-color css
<style>
a { background-color: #C8BE21; }
a { background-color: rgb(200,190,33); }
div.DivClassName
{
background-color: #C8BE21;
}
.BgClassName
{
background-color: #C8BE21;
}
</style>
border-color css
<style>
span { border-color: #C8BE21; }
span { border-color: rgb(200,190,33); }
td.TdClassName
{
border-color: #C8BE21;
}
.TagClassName
{
border-color: #C8BE21;
}
</style>