Shades of Rio Grande #BBC727
Tints of Rio Grande #BBC727
RGB
CMYK
RGB Variations
Color information
#BBC727 (or 0xBBC727) is known color: Rio Grande. HEX triplet: BB, C7 and 27. RGB value is (187,199,39). Sum of RGB (Red+Green+Blue) = 187+199+39=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 199 (78.12% from 255 or 46.82% from 425); Blue value is 39 (15.62% from 255 or 9.18% from 425); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC727 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC727 is #4438D8. Grayscale: #B1B1B1. Windows color (decimal): -4471001 or 2607035. OLE color: 2607035.
HSL color Cylindrical-coordinate representation of color #BBC727: hue angle of 64.5º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BBC727 is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 199 | 39 | - |
| CMYK | 0.06 | 0 | 0.80 | 0.22 |
| HSL | 64.5º | 0.67% | 0.47% | - |
| HSV(B) | 64.5º | 0.8% | 0.78% | - |
| XYZ | 41.28 | 51.56 | 9.7 | - |
| YUV | 177.17 | 50.02 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 199 | 39 | 0.06 | 0 | 0.80 | 0.22 | 64.5 | 0.67 | 0.47 |
| Hex | BB | C7 | 27 | 6 | 0 | 50 | 16 | 40 | 43 | 2F |
| Octal | 273 | 307 | 47 | 6 | 0 | 120 | 26 | 100 | 103 | 57 |
| Binary | 10111011 | 11000111 | 100111 | 110 | 0 | 1010000 | 10110 | 1000000 | 1000011 | 101111 |
Color Harmonies of #BBC727
Complementary color
Monochromatic Colors of #BBC727
Black with #BBC727
Text Example
Text Example
White with #BBC727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC727; }
p { color: rgb(187,199,39); }
H1.HeaderClassName
{
color: #BBC727;
}
.AnyTagClassName
{
color: #BBC727;
}
</style>
background-color css
<style>
a { background-color: #BBC727; }
a { background-color: rgb(187,199,39); }
div.DivClassName
{
background-color: #BBC727;
}
.BgClassName
{
background-color: #BBC727;
}
</style>
border-color css
<style>
span { border-color: #BBC727; }
span { border-color: rgb(187,199,39); }
td.TdClassName
{
border-color: #BBC727;
}
.TagClassName
{
border-color: #BBC727;
}
</style>