Shades of Bird Flower #C7BC1F
Tints of Bird Flower #C7BC1F
RGB
CMYK
RGB Variations
Color information
#C7BC1F (or 0xC7BC1F) is known color: Bird Flower. HEX triplet: C7, BC and 1F. RGB value is (199,188,31). Sum of RGB (Red+Green+Blue) = 199+188+31=418 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.61% from 418); Green value is 188 (73.83% from 255 or 44.98% from 418); Blue value is 31 (12.5% from 255 or 7.42% from 418); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BC1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BC1F is #3843E0. Grayscale: #AEAEAE. Windows color (decimal): -3687393 or 2079943. OLE color: 2079943.
HSL color Cylindrical-coordinate representation of color #C7BC1F: hue angle of 56.07º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C7BC1F is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 188 | 31 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.22 |
| HSL | 56.07º | 0.73% | 0.45% | - |
| HSV(B) | 56.07º | 0.84% | 0.78% | - |
| XYZ | 41.78 | 48.21 | 8.4 | - |
| YUV | 173.39 | 47.64 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 188 | 31 | 0 | 0.06 | 0.84 | 0.22 | 56.07 | 0.73 | 0.45 |
| Hex | C7 | BC | 1F | 0 | 6 | 54 | 16 | 38 | 49 | 2D |
| Octal | 307 | 274 | 37 | 0 | 6 | 124 | 26 | 70 | 111 | 55 |
| Binary | 11000111 | 10111100 | 11111 | 0 | 110 | 1010100 | 10110 | 111000 | 1001001 | 101101 |
Color Harmonies of #C7BC1F
Complementary color
Monochromatic Colors of #C7BC1F
Black with #C7BC1F
Text Example
Text Example
White with #C7BC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BC1F; }
p { color: rgb(199,188,31); }
H1.HeaderClassName
{
color: #C7BC1F;
}
.AnyTagClassName
{
color: #C7BC1F;
}
</style>
background-color css
<style>
a { background-color: #C7BC1F; }
a { background-color: rgb(199,188,31); }
div.DivClassName
{
background-color: #C7BC1F;
}
.BgClassName
{
background-color: #C7BC1F;
}
</style>
border-color css
<style>
span { border-color: #C7BC1F; }
span { border-color: rgb(199,188,31); }
td.TdClassName
{
border-color: #C7BC1F;
}
.TagClassName
{
border-color: #C7BC1F;
}
</style>