Shades of Bird Flower #C7BB0B
Tints of Bird Flower #C7BB0B
RGB
CMYK
RGB Variations
Color information
#C7BB0B (or 0xC7BB0B) is known color: Bird Flower. HEX triplet: C7, BB and 0B. RGB value is (199,187,11). Sum of RGB (Red+Green+Blue) = 199+187+11=397 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.13% from 397); Green value is 187 (73.44% from 255 or 47.10% from 397); Blue value is 11 (4.69% from 255 or 2.77% from 397); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BB0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7BB0B is #3844F4. Grayscale: #ABABAB. Windows color (decimal): -3687669 or 768967. OLE color: 768967.
HSL color Cylindrical-coordinate representation of color #C7BB0B: hue angle of 56.17º 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 #C7BB0B is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 187 | 11 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.22 |
| HSL | 56.17º | 0.9% | 0.41% | - |
| HSV(B) | 56.17º | 0.94% | 0.78% | - |
| XYZ | 41.38 | 47.71 | 7.34 | - |
| YUV | 170.52 | 37.98 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 187 | 11 | 0 | 0.06 | 0.94 | 0.22 | 56.17 | 0.9 | 0.41 |
| Hex | C7 | BB | B | 0 | 6 | 5E | 16 | 38 | 5A | 29 |
| Octal | 307 | 273 | 13 | 0 | 6 | 136 | 26 | 70 | 132 | 51 |
| Binary | 11000111 | 10111011 | 1011 | 0 | 110 | 1011110 | 10110 | 111000 | 1011010 | 101001 |
Color Harmonies of #C7BB0B
Complementary color
Monochromatic Colors of #C7BB0B
Black with #C7BB0B
Text Example
Text Example
White with #C7BB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BB0B; }
p { color: rgb(199,187,11); }
H1.HeaderClassName
{
color: #C7BB0B;
}
.AnyTagClassName
{
color: #C7BB0B;
}
</style>
background-color css
<style>
a { background-color: #C7BB0B; }
a { background-color: rgb(199,187,11); }
div.DivClassName
{
background-color: #C7BB0B;
}
.BgClassName
{
background-color: #C7BB0B;
}
</style>
border-color css
<style>
span { border-color: #C7BB0B; }
span { border-color: rgb(199,187,11); }
td.TdClassName
{
border-color: #C7BB0B;
}
.TagClassName
{
border-color: #C7BB0B;
}
</style>