Shades of Sprout #B4BDA0
Tints of Sprout #B4BDA0
RGB
CMYK
RGB Variations
Color information
#B4BDA0 (or 0xB4BDA0) is known color: Sprout. HEX triplet: B4, BD and A0. RGB value is (180,189,160). Sum of RGB (Red+Green+Blue) = 180+189+160=529 (70% of max value = 765). Red value is 180 (70.70% from 255 or 34.03% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 160 (62.89% from 255 or 30.25% from 529); Max value from RGB is 189 - color contains mainly: green. Hex color #B4BDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BDA0 is #4B425F. Grayscale: #B7B7B7. Windows color (decimal): -4932192 or 10534324. OLE color: 10534324.
HSL color Cylindrical-coordinate representation of color #B4BDA0: hue angle of 78.62º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B4BDA0 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 189 | 160 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.26 |
| HSL | 78.62º | 0.18% | 0.68% | - |
| HSV(B) | 78.62º | 0.15% | 0.74% | - |
| XYZ | 43.37 | 48.64 | 40.36 | - |
| YUV | 183 | 115.02 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 189 | 160 | 0.05 | 0 | 0.15 | 0.26 | 78.62 | 0.18 | 0.68 |
| Hex | B4 | BD | A0 | 5 | 0 | F | 1A | 4F | 12 | 44 |
| Octal | 264 | 275 | 240 | 5 | 0 | 17 | 32 | 117 | 22 | 104 |
| Binary | 10110100 | 10111101 | 10100000 | 101 | 0 | 1111 | 11010 | 1001111 | 10010 | 1000100 |
Color Harmonies of #B4BDA0
Complementary color
Monochromatic Colors of #B4BDA0
Black with #B4BDA0
Text Example
Text Example
White with #B4BDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BDA0; }
p { color: rgb(180,189,160); }
H1.HeaderClassName
{
color: #B4BDA0;
}
.AnyTagClassName
{
color: #B4BDA0;
}
</style>
background-color css
<style>
a { background-color: #B4BDA0; }
a { background-color: rgb(180,189,160); }
div.DivClassName
{
background-color: #B4BDA0;
}
.BgClassName
{
background-color: #B4BDA0;
}
</style>
border-color css
<style>
span { border-color: #B4BDA0; }
span { border-color: rgb(180,189,160); }
td.TdClassName
{
border-color: #B4BDA0;
}
.TagClassName
{
border-color: #B4BDA0;
}
</style>