Shades of Bird Flower #C8BC1B
Tints of Bird Flower #C8BC1B
RGB
CMYK
RGB Variations
Color information
#C8BC1B (or 0xC8BC1B) is known color: Bird Flower. HEX triplet: C8, BC and 1B. RGB value is (200,188,27). Sum of RGB (Red+Green+Blue) = 200+188+27=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 188 (73.83% from 255 or 45.30% from 415); Blue value is 27 (10.94% from 255 or 6.51% from 415); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BC1B is #3743E4. Grayscale: #ADADAD. Windows color (decimal): -3621861 or 1817800. OLE color: 1817800.
HSL color Cylindrical-coordinate representation of color #C8BC1B: hue angle of 55.84º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C8BC1B is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 188 | 27 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.22 |
| HSL | 55.84º | 0.76% | 0.45% | - |
| HSV(B) | 55.84º | 0.87% | 0.78% | - |
| XYZ | 42 | 48.32 | 8.15 | - |
| YUV | 173.23 | 45.48 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 27 | 0 | 0.06 | 0.86 | 0.22 | 55.84 | 0.76 | 0.45 |
| Hex | C8 | BC | 1B | 0 | 6 | 56 | 16 | 38 | 4C | 2D |
| Octal | 310 | 274 | 33 | 0 | 6 | 126 | 26 | 70 | 114 | 55 |
| Binary | 11001000 | 10111100 | 11011 | 0 | 110 | 1010110 | 10110 | 111000 | 1001100 | 101101 |
Color Harmonies of #C8BC1B
Complementary color
Monochromatic Colors of #C8BC1B
Black with #C8BC1B
Text Example
Text Example
White with #C8BC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BC1B; }
p { color: rgb(200,188,27); }
H1.HeaderClassName
{
color: #C8BC1B;
}
.AnyTagClassName
{
color: #C8BC1B;
}
</style>
background-color css
<style>
a { background-color: #C8BC1B; }
a { background-color: rgb(200,188,27); }
div.DivClassName
{
background-color: #C8BC1B;
}
.BgClassName
{
background-color: #C8BC1B;
}
</style>
border-color css
<style>
span { border-color: #C8BC1B; }
span { border-color: rgb(200,188,27); }
td.TdClassName
{
border-color: #C8BC1B;
}
.TagClassName
{
border-color: #C8BC1B;
}
</style>