Shades of Bud #B0B189
Tints of Bud #B0B189
RGB
CMYK
RGB Variations
Color information
#B0B189 (or 0xB0B189) is known color: Bud. HEX triplet: B0, B1 and 89. RGB value is (176,177,137). Sum of RGB (Red+Green+Blue) = 176+177+137=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 137 (53.91% from 255 or 27.96% from 490); Max value from RGB is 177 - color contains mainly: green. Hex color #B0B189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0B189 is #4F4E76. Grayscale: #ACACAC. Windows color (decimal): -5197431 or 9023920. OLE color: 9023920.
HSL color Cylindrical-coordinate representation of color #B0B189: hue angle of 61.5º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0B189 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 177 | 137 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.31 |
| HSL | 61.5º | 0.2% | 0.62% | - |
| HSV(B) | 61.5º | 0.23% | 0.69% | - |
| XYZ | 38.14 | 42.48 | 29.86 | - |
| YUV | 172.14 | 108.17 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 177 | 137 | 0.01 | 0 | 0.23 | 0.31 | 61.5 | 0.2 | 0.62 |
| Hex | B0 | B1 | 89 | 1 | 0 | 17 | 1F | 3E | 14 | 3E |
| Octal | 260 | 261 | 211 | 1 | 0 | 27 | 37 | 76 | 24 | 76 |
| Binary | 10110000 | 10110001 | 10001001 | 1 | 0 | 10111 | 11111 | 111110 | 10100 | 111110 |
Color Harmonies of #B0B189
Complementary color
Monochromatic Colors of #B0B189
Black with #B0B189
Text Example
Text Example
White with #B0B189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B189; }
p { color: rgb(176,177,137); }
H1.HeaderClassName
{
color: #B0B189;
}
.AnyTagClassName
{
color: #B0B189;
}
</style>
background-color css
<style>
a { background-color: #B0B189; }
a { background-color: rgb(176,177,137); }
div.DivClassName
{
background-color: #B0B189;
}
.BgClassName
{
background-color: #B0B189;
}
</style>
border-color css
<style>
span { border-color: #B0B189; }
span { border-color: rgb(176,177,137); }
td.TdClassName
{
border-color: #B0B189;
}
.TagClassName
{
border-color: #B0B189;
}
</style>