Shades of Bud #B1B589
Tints of Bud #B1B589
RGB
CMYK
RGB Variations
Color information
#B1B589 (or 0xB1B589) is known color: Bud. HEX triplet: B1, B5 and 89. RGB value is (177,181,137). Sum of RGB (Red+Green+Blue) = 177+181+137=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 181 (71.09% from 255 or 36.57% from 495); Blue value is 137 (53.91% from 255 or 27.68% from 495); Max value from RGB is 181 - color contains mainly: green. Hex color #B1B589 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B589 is #4E4A76. Grayscale: #AEAEAE. Windows color (decimal): -5130871 or 9024945. OLE color: 9024945.
HSL color Cylindrical-coordinate representation of color #B1B589: hue angle of 65.45º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1B589 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 181 | 137 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.29 |
| HSL | 65.45º | 0.23% | 0.62% | - |
| HSV(B) | 65.45º | 0.24% | 0.71% | - |
| XYZ | 39.17 | 44.2 | 30.13 | - |
| YUV | 174.79 | 106.67 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 181 | 137 | 0.02 | 0 | 0.24 | 0.29 | 65.45 | 0.23 | 0.62 |
| Hex | B1 | B5 | 89 | 2 | 0 | 18 | 1D | 41 | 17 | 3E |
| Octal | 261 | 265 | 211 | 2 | 0 | 30 | 35 | 101 | 27 | 76 |
| Binary | 10110001 | 10110101 | 10001001 | 10 | 0 | 11000 | 11101 | 1000001 | 10111 | 111110 |
Color Harmonies of #B1B589
Complementary color
Monochromatic Colors of #B1B589
Black with #B1B589
Text Example
Text Example
White with #B1B589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B589; }
p { color: rgb(177,181,137); }
H1.HeaderClassName
{
color: #B1B589;
}
.AnyTagClassName
{
color: #B1B589;
}
</style>
background-color css
<style>
a { background-color: #B1B589; }
a { background-color: rgb(177,181,137); }
div.DivClassName
{
background-color: #B1B589;
}
.BgClassName
{
background-color: #B1B589;
}
</style>
border-color css
<style>
span { border-color: #B1B589; }
span { border-color: rgb(177,181,137); }
td.TdClassName
{
border-color: #B1B589;
}
.TagClassName
{
border-color: #B1B589;
}
</style>