Shades of Barberry #CBB728
Tints of Barberry #CBB728
RGB
CMYK
RGB Variations
Color information
#CBB728 (or 0xCBB728) is known color: Barberry. HEX triplet: CB, B7 and 28. RGB value is (203,183,40). Sum of RGB (Red+Green+Blue) = 203+183+40=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 183 (71.88% from 255 or 42.96% from 426); Blue value is 40 (16.02% from 255 or 9.39% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB728 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB728 is #3448D7. Grayscale: #ADADAD. Windows color (decimal): -3426520 or 2668491. OLE color: 2668491.
HSL color Cylindrical-coordinate representation of color #CBB728: hue angle of 52.64º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CBB728 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 183 | 40 | - |
| CMYK | 0 | 0.10 | 0.80 | 0.20 |
| HSL | 52.64º | 0.67% | 0.48% | - |
| HSV(B) | 52.64º | 0.8% | 0.8% | - |
| XYZ | 41.95 | 46.72 | 8.81 | - |
| YUV | 172.68 | 53.13 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 183 | 40 | 0 | 0.10 | 0.80 | 0.20 | 52.64 | 0.67 | 0.48 |
| Hex | CB | B7 | 28 | 0 | A | 50 | 14 | 35 | 43 | 30 |
| Octal | 313 | 267 | 50 | 0 | 12 | 120 | 24 | 65 | 103 | 60 |
| Binary | 11001011 | 10110111 | 101000 | 0 | 1010 | 1010000 | 10100 | 110101 | 1000011 | 110000 |
Color Harmonies of #CBB728
Complementary color
Monochromatic Colors of #CBB728
Black with #CBB728
Text Example
Text Example
White with #CBB728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB728; }
p { color: rgb(203,183,40); }
H1.HeaderClassName
{
color: #CBB728;
}
.AnyTagClassName
{
color: #CBB728;
}
</style>
background-color css
<style>
a { background-color: #CBB728; }
a { background-color: rgb(203,183,40); }
div.DivClassName
{
background-color: #CBB728;
}
.BgClassName
{
background-color: #CBB728;
}
</style>
border-color css
<style>
span { border-color: #CBB728; }
span { border-color: rgb(203,183,40); }
td.TdClassName
{
border-color: #CBB728;
}
.TagClassName
{
border-color: #CBB728;
}
</style>