Shades of Celery #BCB747
Tints of Celery #BCB747
RGB
CMYK
RGB Variations
Color information
#BCB747 (or 0xBCB747) is known color: Celery. HEX triplet: BC, B7 and 47. RGB value is (188,183,71). Sum of RGB (Red+Green+Blue) = 188+183+71=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 183 (71.88% from 255 or 41.40% from 442); Blue value is 71 (28.12% from 255 or 16.06% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB747 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB747 is #4348B8. Grayscale: #ACACAC. Windows color (decimal): -4409529 or 4700092. OLE color: 4700092.
HSL color Cylindrical-coordinate representation of color #BCB747: hue angle of 57.44º degrees, saturation: 0.47, 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 #BCB747 is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 183 | 71 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.26 |
| HSL | 57.44º | 0.47% | 0.51% | - |
| HSV(B) | 57.44º | 0.62% | 0.74% | - |
| XYZ | 38.81 | 45.01 | 12.6 | - |
| YUV | 171.73 | 71.16 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 71 | 0 | 0.03 | 0.62 | 0.26 | 57.44 | 0.47 | 0.51 |
| Hex | BC | B7 | 47 | 0 | 3 | 3E | 1A | 39 | 2F | 33 |
| Octal | 274 | 267 | 107 | 0 | 3 | 76 | 32 | 71 | 57 | 63 |
| Binary | 10111100 | 10110111 | 1000111 | 0 | 11 | 111110 | 11010 | 111001 | 101111 | 110011 |
Color Harmonies of #BCB747
Complementary color
Monochromatic Colors of #BCB747
Black with #BCB747
Text Example
Text Example
White with #BCB747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB747; }
p { color: rgb(188,183,71); }
H1.HeaderClassName
{
color: #BCB747;
}
.AnyTagClassName
{
color: #BCB747;
}
</style>
background-color css
<style>
a { background-color: #BCB747; }
a { background-color: rgb(188,183,71); }
div.DivClassName
{
background-color: #BCB747;
}
.BgClassName
{
background-color: #BCB747;
}
</style>
border-color css
<style>
span { border-color: #BCB747; }
span { border-color: rgb(188,183,71); }
td.TdClassName
{
border-color: #BCB747;
}
.TagClassName
{
border-color: #BCB747;
}
</style>