Shades of Sprout #B5BFA1
Tints of Sprout #B5BFA1
RGB
CMYK
RGB Variations
Color information
#B5BFA1 (or 0xB5BFA1) is known color: Sprout. HEX triplet: B5, BF and A1. RGB value is (181,191,161). Sum of RGB (Red+Green+Blue) = 181+191+161=533 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.96% from 533); Green value is 191 (75% from 255 or 35.83% from 533); Blue value is 161 (63.28% from 255 or 30.21% from 533); Max value from RGB is 191 - color contains mainly: green. Hex color #B5BFA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BFA1 is #4A405E. Grayscale: #B8B8B8. Windows color (decimal): -4866143 or 10600373. OLE color: 10600373.
HSL color Cylindrical-coordinate representation of color #B5BFA1: hue angle of 80º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B5BFA1 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 191 | 161 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.25 |
| HSL | 80º | 0.19% | 0.69% | - |
| HSV(B) | 80º | 0.16% | 0.75% | - |
| XYZ | 44.12 | 49.66 | 40.98 | - |
| YUV | 184.59 | 114.69 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 191 | 161 | 0.05 | 0 | 0.16 | 0.25 | 80 | 0.19 | 0.69 |
| Hex | B5 | BF | A1 | 5 | 0 | 10 | 19 | 50 | 13 | 45 |
| Octal | 265 | 277 | 241 | 5 | 0 | 20 | 31 | 120 | 23 | 105 |
| Binary | 10110101 | 10111111 | 10100001 | 101 | 0 | 10000 | 11001 | 1010000 | 10011 | 1000101 |
Color Harmonies of #B5BFA1
Complementary color
Monochromatic Colors of #B5BFA1
Black with #B5BFA1
Text Example
Text Example
White with #B5BFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BFA1; }
p { color: rgb(181,191,161); }
H1.HeaderClassName
{
color: #B5BFA1;
}
.AnyTagClassName
{
color: #B5BFA1;
}
</style>
background-color css
<style>
a { background-color: #B5BFA1; }
a { background-color: rgb(181,191,161); }
div.DivClassName
{
background-color: #B5BFA1;
}
.BgClassName
{
background-color: #B5BFA1;
}
</style>
border-color css
<style>
span { border-color: #B5BFA1; }
span { border-color: rgb(181,191,161); }
td.TdClassName
{
border-color: #B5BFA1;
}
.TagClassName
{
border-color: #B5BFA1;
}
</style>