Shades of Barberry #CBBE25
Tints of Barberry #CBBE25
RGB
CMYK
RGB Variations
Color information
#CBBE25 (or 0xCBBE25) is known color: Barberry. HEX triplet: CB, BE and 25. RGB value is (203,190,37). Sum of RGB (Red+Green+Blue) = 203+190+37=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 190 (74.61% from 255 or 44.19% from 430); Blue value is 37 (14.84% from 255 or 8.60% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBE25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBE25 is #3441DA. Grayscale: #B1B1B1. Windows color (decimal): -3424731 or 2473675. OLE color: 2473675.
HSL color Cylindrical-coordinate representation of color #CBBE25: hue angle of 55.3º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CBBE25 is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 190 | 37 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.20 |
| HSL | 55.3º | 0.69% | 0.47% | - |
| HSV(B) | 55.3º | 0.82% | 0.8% | - |
| XYZ | 43.38 | 49.66 | 9.05 | - |
| YUV | 176.45 | 49.31 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 190 | 37 | 0 | 0.06 | 0.82 | 0.20 | 55.3 | 0.69 | 0.47 |
| Hex | CB | BE | 25 | 0 | 6 | 52 | 14 | 37 | 45 | 2F |
| Octal | 313 | 276 | 45 | 0 | 6 | 122 | 24 | 67 | 105 | 57 |
| Binary | 11001011 | 10111110 | 100101 | 0 | 110 | 1010010 | 10100 | 110111 | 1000101 | 101111 |
Color Harmonies of #CBBE25
Complementary color
Monochromatic Colors of #CBBE25
Black with #CBBE25
Text Example
Text Example
White with #CBBE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBE25; }
p { color: rgb(203,190,37); }
H1.HeaderClassName
{
color: #CBBE25;
}
.AnyTagClassName
{
color: #CBBE25;
}
</style>
background-color css
<style>
a { background-color: #CBBE25; }
a { background-color: rgb(203,190,37); }
div.DivClassName
{
background-color: #CBBE25;
}
.BgClassName
{
background-color: #CBBE25;
}
</style>
border-color css
<style>
span { border-color: #CBBE25; }
span { border-color: rgb(203,190,37); }
td.TdClassName
{
border-color: #CBBE25;
}
.TagClassName
{
border-color: #CBBE25;
}
</style>