Shades of Barberry #C1BE2D
Tints of Barberry #C1BE2D
RGB
CMYK
RGB Variations
Color information
#C1BE2D (or 0xC1BE2D) is known color: Barberry. HEX triplet: C1, BE and 2D. RGB value is (193,190,45). Sum of RGB (Red+Green+Blue) = 193+190+45=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 190 (74.61% from 255 or 44.39% from 428); Blue value is 45 (17.97% from 255 or 10.51% from 428); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BE2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BE2D is #3E41D2. Grayscale: #AEAEAE. Windows color (decimal): -4080083 or 2997953. OLE color: 2997953.
HSL color Cylindrical-coordinate representation of color #C1BE2D: hue angle of 58.78º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C1BE2D is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 190 | 45 | - |
| CMYK | 0 | 0.02 | 0.77 | 0.24 |
| HSL | 58.78º | 0.62% | 0.47% | - |
| HSV(B) | 58.78º | 0.77% | 0.76% | - |
| XYZ | 40.88 | 48.35 | 9.66 | - |
| YUV | 174.37 | 54.99 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 190 | 45 | 0 | 0.02 | 0.77 | 0.24 | 58.78 | 0.62 | 0.47 |
| Hex | C1 | BE | 2D | 0 | 2 | 4D | 18 | 3B | 3E | 2F |
| Octal | 301 | 276 | 55 | 0 | 2 | 115 | 30 | 73 | 76 | 57 |
| Binary | 11000001 | 10111110 | 101101 | 0 | 10 | 1001101 | 11000 | 111011 | 111110 | 101111 |
Color Harmonies of #C1BE2D
Complementary color
Monochromatic Colors of #C1BE2D
Black with #C1BE2D
Text Example
Text Example
White with #C1BE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BE2D; }
p { color: rgb(193,190,45); }
H1.HeaderClassName
{
color: #C1BE2D;
}
.AnyTagClassName
{
color: #C1BE2D;
}
</style>
background-color css
<style>
a { background-color: #C1BE2D; }
a { background-color: rgb(193,190,45); }
div.DivClassName
{
background-color: #C1BE2D;
}
.BgClassName
{
background-color: #C1BE2D;
}
</style>
border-color css
<style>
span { border-color: #C1BE2D; }
span { border-color: rgb(193,190,45); }
td.TdClassName
{
border-color: #C1BE2D;
}
.TagClassName
{
border-color: #C1BE2D;
}
</style>