Shades of Bird Flower #C7BC0B
Tints of Bird Flower #C7BC0B
RGB
CMYK
RGB Variations
Color information
#C7BC0B (or 0xC7BC0B) is known color: Bird Flower. HEX triplet: C7, BC and 0B. RGB value is (199,188,11). Sum of RGB (Red+Green+Blue) = 199+188+11=398 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50% from 398); Green value is 188 (73.83% from 255 or 47.24% from 398); Blue value is 11 (4.69% from 255 or 2.76% from 398); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BC0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7BC0B is #3843F4. Grayscale: #ABABAB. Windows color (decimal): -3687413 or 769223. OLE color: 769223.
HSL color Cylindrical-coordinate representation of color #C7BC0B: hue angle of 56.49º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C7BC0B is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 188 | 11 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.22 |
| HSL | 56.49º | 0.9% | 0.41% | - |
| HSV(B) | 56.49º | 0.94% | 0.78% | - |
| XYZ | 41.6 | 48.13 | 7.41 | - |
| YUV | 171.11 | 37.64 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 188 | 11 | 0 | 0.06 | 0.94 | 0.22 | 56.49 | 0.9 | 0.41 |
| Hex | C7 | BC | B | 0 | 6 | 5E | 16 | 38 | 5A | 29 |
| Octal | 307 | 274 | 13 | 0 | 6 | 136 | 26 | 70 | 132 | 51 |
| Binary | 11000111 | 10111100 | 1011 | 0 | 110 | 1011110 | 10110 | 111000 | 1011010 | 101001 |
Color Harmonies of #C7BC0B
Complementary color
Monochromatic Colors of #C7BC0B
Black with #C7BC0B
Text Example
Text Example
White with #C7BC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BC0B; }
p { color: rgb(199,188,11); }
H1.HeaderClassName
{
color: #C7BC0B;
}
.AnyTagClassName
{
color: #C7BC0B;
}
</style>
background-color css
<style>
a { background-color: #C7BC0B; }
a { background-color: rgb(199,188,11); }
div.DivClassName
{
background-color: #C7BC0B;
}
.BgClassName
{
background-color: #C7BC0B;
}
</style>
border-color css
<style>
span { border-color: #C7BC0B; }
span { border-color: rgb(199,188,11); }
td.TdClassName
{
border-color: #C7BC0B;
}
.TagClassName
{
border-color: #C7BC0B;
}
</style>