Shades of Celery #BCB748
Tints of Celery #BCB748
RGB
CMYK
RGB Variations
Color information
#BCB748 (or 0xBCB748) is known color: Celery. HEX triplet: BC, B7 and 48. RGB value is (188,183,72). Sum of RGB (Red+Green+Blue) = 188+183+72=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 183 (71.88% from 255 or 41.31% from 443); Blue value is 72 (28.52% from 255 or 16.25% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB748 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB748 is #4348B7. Grayscale: #ACACAC. Windows color (decimal): -4409528 or 4765628. OLE color: 4765628.
HSL color Cylindrical-coordinate representation of color #BCB748: hue angle of 57.41º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BCB748 is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 183 | 72 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.26 |
| HSL | 57.41º | 0.46% | 0.51% | - |
| HSV(B) | 57.41º | 0.62% | 0.74% | - |
| XYZ | 38.84 | 45.03 | 12.77 | - |
| YUV | 171.84 | 71.66 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 72 | 0 | 0.03 | 0.62 | 0.26 | 57.41 | 0.46 | 0.51 |
| Hex | BC | B7 | 48 | 0 | 3 | 3E | 1A | 39 | 2E | 33 |
| Octal | 274 | 267 | 110 | 0 | 3 | 76 | 32 | 71 | 56 | 63 |
| Binary | 10111100 | 10110111 | 1001000 | 0 | 11 | 111110 | 11010 | 111001 | 101110 | 110011 |
Color Harmonies of #BCB748
Complementary color
Monochromatic Colors of #BCB748
Black with #BCB748
Text Example
Text Example
White with #BCB748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB748; }
p { color: rgb(188,183,72); }
H1.HeaderClassName
{
color: #BCB748;
}
.AnyTagClassName
{
color: #BCB748;
}
</style>
background-color css
<style>
a { background-color: #BCB748; }
a { background-color: rgb(188,183,72); }
div.DivClassName
{
background-color: #BCB748;
}
.BgClassName
{
background-color: #BCB748;
}
</style>
border-color css
<style>
span { border-color: #BCB748; }
span { border-color: rgb(188,183,72); }
td.TdClassName
{
border-color: #BCB748;
}
.TagClassName
{
border-color: #BCB748;
}
</style>