Shades of Bud #B1B391
Tints of Bud #B1B391
RGB
CMYK
RGB Variations
Color information
#B1B391 (or 0xB1B391) is known color: Bud. HEX triplet: B1, B3 and 91. RGB value is (177,179,145). Sum of RGB (Red+Green+Blue) = 177+179+145=501 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.33% from 501); Green value is 179 (70.31% from 255 or 35.73% from 501); Blue value is 145 (57.03% from 255 or 28.94% from 501); Max value from RGB is 179 - color contains mainly: green. Hex color #B1B391 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B391 is #4E4C6E. Grayscale: #AEAEAE. Windows color (decimal): -5131375 or 9548721. OLE color: 9548721.
HSL color Cylindrical-coordinate representation of color #B1B391: hue angle of 63.53º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B1B391 is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 177 | 179 | 145 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.30 |
| HSL | 63.53º | 0.18% | 0.64% | - |
| HSV(B) | 63.53º | 0.19% | 0.7% | - |
| XYZ | 39.36 | 43.63 | 33.14 | - |
| YUV | 174.53 | 111.34 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 179 | 145 | 0.01 | 0 | 0.19 | 0.30 | 63.53 | 0.18 | 0.64 |
| Hex | B1 | B3 | 91 | 1 | 0 | 13 | 1E | 40 | 12 | 40 |
| Octal | 261 | 263 | 221 | 1 | 0 | 23 | 36 | 100 | 22 | 100 |
| Binary | 10110001 | 10110011 | 10010001 | 1 | 0 | 10011 | 11110 | 1000000 | 10010 | 1000000 |
Color Harmonies of #B1B391
Complementary color
Monochromatic Colors of #B1B391
Black with #B1B391
Text Example
Text Example
White with #B1B391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B391; }
p { color: rgb(177,179,145); }
H1.HeaderClassName
{
color: #B1B391;
}
.AnyTagClassName
{
color: #B1B391;
}
</style>
background-color css
<style>
a { background-color: #B1B391; }
a { background-color: rgb(177,179,145); }
div.DivClassName
{
background-color: #B1B391;
}
.BgClassName
{
background-color: #B1B391;
}
</style>
border-color css
<style>
span { border-color: #B1B391; }
span { border-color: rgb(177,179,145); }
td.TdClassName
{
border-color: #B1B391;
}
.TagClassName
{
border-color: #B1B391;
}
</style>