Shades of Barberry #C8BF23
Tints of Barberry #C8BF23
RGB
CMYK
RGB Variations
Color information
#C8BF23 (or 0xC8BF23) is known color: Barberry. HEX triplet: C8, BF and 23. RGB value is (200,191,35). Sum of RGB (Red+Green+Blue) = 200+191+35=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 191 (75% from 255 or 44.84% from 426); Blue value is 35 (14.06% from 255 or 8.22% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BF23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BF23 is #3740DC. Grayscale: #B0B0B0. Windows color (decimal): -3621085 or 2342856. OLE color: 2342856.
HSL color Cylindrical-coordinate representation of color #C8BF23: hue angle of 56.73º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C8BF23 is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 191 | 35 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.22 |
| HSL | 56.73º | 0.7% | 0.46% | - |
| HSV(B) | 56.73º | 0.83% | 0.78% | - |
| XYZ | 42.75 | 49.66 | 8.92 | - |
| YUV | 175.91 | 48.48 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 191 | 35 | 0 | 0.04 | 0.82 | 0.22 | 56.73 | 0.7 | 0.46 |
| Hex | C8 | BF | 23 | 0 | 4 | 52 | 16 | 39 | 46 | 2E |
| Octal | 310 | 277 | 43 | 0 | 4 | 122 | 26 | 71 | 106 | 56 |
| Binary | 11001000 | 10111111 | 100011 | 0 | 100 | 1010010 | 10110 | 111001 | 1000110 | 101110 |
Color Harmonies of #C8BF23
Complementary color
Monochromatic Colors of #C8BF23
Black with #C8BF23
Text Example
Text Example
White with #C8BF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BF23; }
p { color: rgb(200,191,35); }
H1.HeaderClassName
{
color: #C8BF23;
}
.AnyTagClassName
{
color: #C8BF23;
}
</style>
background-color css
<style>
a { background-color: #C8BF23; }
a { background-color: rgb(200,191,35); }
div.DivClassName
{
background-color: #C8BF23;
}
.BgClassName
{
background-color: #C8BF23;
}
</style>
border-color css
<style>
span { border-color: #C8BF23; }
span { border-color: rgb(200,191,35); }
td.TdClassName
{
border-color: #C8BF23;
}
.TagClassName
{
border-color: #C8BF23;
}
</style>