Shades of Barberry #CBB627
Tints of Barberry #CBB627
RGB
CMYK
RGB Variations
Color information
#CBB627 (or 0xCBB627) is known color: Barberry. HEX triplet: CB, B6 and 27. RGB value is (203,182,39). Sum of RGB (Red+Green+Blue) = 203+182+39=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 182 (71.48% from 255 or 42.92% from 424); Blue value is 39 (15.62% from 255 or 9.20% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB627 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB627 is #3449D8. Grayscale: #ACACAC. Windows color (decimal): -3426777 or 2602699. OLE color: 2602699.
HSL color Cylindrical-coordinate representation of color #CBB627: hue angle of 52.32º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CBB627 is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 182 | 39 | - |
| CMYK | 0 | 0.10 | 0.81 | 0.20 |
| HSL | 52.32º | 0.68% | 0.47% | - |
| HSV(B) | 52.32º | 0.81% | 0.8% | - |
| XYZ | 41.72 | 46.3 | 8.66 | - |
| YUV | 171.98 | 52.96 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 182 | 39 | 0 | 0.10 | 0.81 | 0.20 | 52.32 | 0.68 | 0.47 |
| Hex | CB | B6 | 27 | 0 | A | 51 | 14 | 34 | 44 | 2F |
| Octal | 313 | 266 | 47 | 0 | 12 | 121 | 24 | 64 | 104 | 57 |
| Binary | 11001011 | 10110110 | 100111 | 0 | 1010 | 1010001 | 10100 | 110100 | 1000100 | 101111 |
Color Harmonies of #CBB627
Complementary color
Monochromatic Colors of #CBB627
Black with #CBB627
Text Example
Text Example
White with #CBB627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB627; }
p { color: rgb(203,182,39); }
H1.HeaderClassName
{
color: #CBB627;
}
.AnyTagClassName
{
color: #CBB627;
}
</style>
background-color css
<style>
a { background-color: #CBB627; }
a { background-color: rgb(203,182,39); }
div.DivClassName
{
background-color: #CBB627;
}
.BgClassName
{
background-color: #CBB627;
}
</style>
border-color css
<style>
span { border-color: #CBB627; }
span { border-color: rgb(203,182,39); }
td.TdClassName
{
border-color: #CBB627;
}
.TagClassName
{
border-color: #CBB627;
}
</style>