Shades of Sprout #B3BFA1
Tints of Sprout #B3BFA1
RGB
CMYK
RGB Variations
Color information
#B3BFA1 (or 0xB3BFA1) is known color: Sprout. HEX triplet: B3, BF and A1. RGB value is (179,191,161). Sum of RGB (Red+Green+Blue) = 179+191+161=531 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.71% from 531); Green value is 191 (75% from 255 or 35.97% from 531); Blue value is 161 (63.28% from 255 or 30.32% from 531); Max value from RGB is 191 - color contains mainly: green. Hex color #B3BFA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BFA1 is #4C405E. Grayscale: #B8B8B8. Windows color (decimal): -4997215 or 10600371. OLE color: 10600371.
HSL color Cylindrical-coordinate representation of color #B3BFA1: hue angle of 84º 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 #B3BFA1 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 191 | 161 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.25 |
| HSL | 84º | 0.19% | 0.69% | - |
| HSV(B) | 84º | 0.16% | 0.75% | - |
| XYZ | 43.65 | 49.42 | 40.96 | - |
| YUV | 183.99 | 115.02 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 191 | 161 | 0.06 | 0 | 0.16 | 0.25 | 84 | 0.19 | 0.69 |
| Hex | B3 | BF | A1 | 6 | 0 | 10 | 19 | 54 | 13 | 45 |
| Octal | 263 | 277 | 241 | 6 | 0 | 20 | 31 | 124 | 23 | 105 |
| Binary | 10110011 | 10111111 | 10100001 | 110 | 0 | 10000 | 11001 | 1010100 | 10011 | 1000101 |
Color Harmonies of #B3BFA1
Complementary color
Monochromatic Colors of #B3BFA1
Black with #B3BFA1
Text Example
Text Example
White with #B3BFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BFA1; }
p { color: rgb(179,191,161); }
H1.HeaderClassName
{
color: #B3BFA1;
}
.AnyTagClassName
{
color: #B3BFA1;
}
</style>
background-color css
<style>
a { background-color: #B3BFA1; }
a { background-color: rgb(179,191,161); }
div.DivClassName
{
background-color: #B3BFA1;
}
.BgClassName
{
background-color: #B3BFA1;
}
</style>
border-color css
<style>
span { border-color: #B3BFA1; }
span { border-color: rgb(179,191,161); }
td.TdClassName
{
border-color: #B3BFA1;
}
.TagClassName
{
border-color: #B3BFA1;
}
</style>