Shades of Sprout #B3BFA0
Tints of Sprout #B3BFA0
RGB
CMYK
RGB Variations
Color information
#B3BFA0 (or 0xB3BFA0) is known color: Sprout. HEX triplet: B3, BF and A0. RGB value is (179,191,160). Sum of RGB (Red+Green+Blue) = 179+191+160=530 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.77% from 530); Green value is 191 (75% from 255 or 36.04% from 530); Blue value is 160 (62.89% from 255 or 30.19% from 530); Max value from RGB is 191 - color contains mainly: green. Hex color #B3BFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BFA0 is #4C405F. Grayscale: #B7B7B7. Windows color (decimal): -4997216 or 10534835. OLE color: 10534835.
HSL color Cylindrical-coordinate representation of color #B3BFA0: hue angle of 83.23º 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 #B3BFA0 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 191 | 160 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.25 |
| HSL | 83.23º | 0.19% | 0.69% | - |
| HSV(B) | 83.23º | 0.16% | 0.75% | - |
| XYZ | 43.57 | 49.38 | 40.49 | - |
| YUV | 183.88 | 114.52 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 191 | 160 | 0.06 | 0 | 0.16 | 0.25 | 83.23 | 0.19 | 0.69 |
| Hex | B3 | BF | A0 | 6 | 0 | 10 | 19 | 53 | 13 | 45 |
| Octal | 263 | 277 | 240 | 6 | 0 | 20 | 31 | 123 | 23 | 105 |
| Binary | 10110011 | 10111111 | 10100000 | 110 | 0 | 10000 | 11001 | 1010011 | 10011 | 1000101 |
Color Harmonies of #B3BFA0
Complementary color
Monochromatic Colors of #B3BFA0
Black with #B3BFA0
Text Example
Text Example
White with #B3BFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BFA0; }
p { color: rgb(179,191,160); }
H1.HeaderClassName
{
color: #B3BFA0;
}
.AnyTagClassName
{
color: #B3BFA0;
}
</style>
background-color css
<style>
a { background-color: #B3BFA0; }
a { background-color: rgb(179,191,160); }
div.DivClassName
{
background-color: #B3BFA0;
}
.BgClassName
{
background-color: #B3BFA0;
}
</style>
border-color css
<style>
span { border-color: #B3BFA0; }
span { border-color: rgb(179,191,160); }
td.TdClassName
{
border-color: #B3BFA0;
}
.TagClassName
{
border-color: #B3BFA0;
}
</style>