Shades of Barberry #CBBF2D
Tints of Barberry #CBBF2D
RGB
CMYK
RGB Variations
Color information
#CBBF2D (or 0xCBBF2D) is known color: Barberry. HEX triplet: CB, BF and 2D. RGB value is (203,191,45). Sum of RGB (Red+Green+Blue) = 203+191+45=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 191 (75% from 255 or 43.51% from 439); Blue value is 45 (17.97% from 255 or 10.25% from 439); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBF2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBF2D is #3440D2. Grayscale: #B2B2B2. Windows color (decimal): -3424467 or 2998219. OLE color: 2998219.
HSL color Cylindrical-coordinate representation of color #CBBF2D: hue angle of 55.44º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CBBF2D is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 191 | 45 | - |
| CMYK | 0 | 0.06 | 0.78 | 0.20 |
| HSL | 55.44º | 0.64% | 0.49% | - |
| HSV(B) | 55.44º | 0.78% | 0.8% | - |
| XYZ | 43.73 | 50.15 | 9.86 | - |
| YUV | 177.94 | 52.98 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 191 | 45 | 0 | 0.06 | 0.78 | 0.20 | 55.44 | 0.64 | 0.49 |
| Hex | CB | BF | 2D | 0 | 6 | 4E | 14 | 37 | 40 | 31 |
| Octal | 313 | 277 | 55 | 0 | 6 | 116 | 24 | 67 | 100 | 61 |
| Binary | 11001011 | 10111111 | 101101 | 0 | 110 | 1001110 | 10100 | 110111 | 1000000 | 110001 |
Color Harmonies of #CBBF2D
Complementary color
Monochromatic Colors of #CBBF2D
Black with #CBBF2D
Text Example
Text Example
White with #CBBF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBF2D; }
p { color: rgb(203,191,45); }
H1.HeaderClassName
{
color: #CBBF2D;
}
.AnyTagClassName
{
color: #CBBF2D;
}
</style>
background-color css
<style>
a { background-color: #CBBF2D; }
a { background-color: rgb(203,191,45); }
div.DivClassName
{
background-color: #CBBF2D;
}
.BgClassName
{
background-color: #CBBF2D;
}
</style>
border-color css
<style>
span { border-color: #CBBF2D; }
span { border-color: rgb(203,191,45); }
td.TdClassName
{
border-color: #CBBF2D;
}
.TagClassName
{
border-color: #CBBF2D;
}
</style>