Shades of Bud #B1B490
Tints of Bud #B1B490
RGB
CMYK
RGB Variations
Color information
#B1B490 (or 0xB1B490) is known color: Bud. HEX triplet: B1, B4 and 90. RGB value is (177,180,144). Sum of RGB (Red+Green+Blue) = 177+180+144=501 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.33% from 501); Green value is 180 (70.70% from 255 or 35.93% from 501); Blue value is 144 (56.64% from 255 or 28.74% from 501); Max value from RGB is 180 - color contains mainly: green. Hex color #B1B490 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B490 is #4E4B6F. Grayscale: #AFAFAF. Windows color (decimal): -5131120 or 9483441. OLE color: 9483441.
HSL color Cylindrical-coordinate representation of color #B1B490: hue angle of 65º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1B490 is Cyan = 0.02, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 180 | 144 | - |
| CMYK | 0.02 | 0 | 0.2 | 0.29 |
| HSL | 65º | 0.19% | 0.64% | - |
| HSV(B) | 65º | 0.2% | 0.71% | - |
| XYZ | 39.49 | 44 | 32.8 | - |
| YUV | 175 | 110.51 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 180 | 144 | 0.02 | 0 | 0.2 | 0.29 | 65 | 0.19 | 0.64 |
| Hex | B1 | B4 | 90 | 2 | 0 | 14 | 1D | 41 | 13 | 40 |
| Octal | 261 | 264 | 220 | 2 | 0 | 24 | 35 | 101 | 23 | 100 |
| Binary | 10110001 | 10110100 | 10010000 | 10 | 0 | 10100 | 11101 | 1000001 | 10011 | 1000000 |
Color Harmonies of #B1B490
Complementary color
Monochromatic Colors of #B1B490
Black with #B1B490
Text Example
Text Example
White with #B1B490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B490; }
p { color: rgb(177,180,144); }
H1.HeaderClassName
{
color: #B1B490;
}
.AnyTagClassName
{
color: #B1B490;
}
</style>
background-color css
<style>
a { background-color: #B1B490; }
a { background-color: rgb(177,180,144); }
div.DivClassName
{
background-color: #B1B490;
}
.BgClassName
{
background-color: #B1B490;
}
</style>
border-color css
<style>
span { border-color: #B1B490; }
span { border-color: rgb(177,180,144); }
td.TdClassName
{
border-color: #B1B490;
}
.TagClassName
{
border-color: #B1B490;
}
</style>