Shades of Bud #B0B290
Tints of Bud #B0B290
RGB
CMYK
RGB Variations
Color information
#B0B290 (or 0xB0B290) is known color: Bud. HEX triplet: B0, B2 and 90. RGB value is (176,178,144). Sum of RGB (Red+Green+Blue) = 176+178+144=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 178 (69.92% from 255 or 35.74% from 498); Blue value is 144 (56.64% from 255 or 28.92% from 498); Max value from RGB is 178 - color contains mainly: green. Hex color #B0B290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0B290 is #4F4D6F. Grayscale: #ADADAD. Windows color (decimal): -5197168 or 9482928. OLE color: 9482928.
HSL color Cylindrical-coordinate representation of color #B0B290: hue angle of 63.53º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B0B290 is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 176 | 178 | 144 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.30 |
| HSL | 63.53º | 0.18% | 0.63% | - |
| HSV(B) | 63.53º | 0.19% | 0.7% | - |
| XYZ | 38.86 | 43.08 | 32.65 | - |
| YUV | 173.53 | 111.34 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 178 | 144 | 0.01 | 0 | 0.19 | 0.30 | 63.53 | 0.18 | 0.63 |
| Hex | B0 | B2 | 90 | 1 | 0 | 13 | 1E | 40 | 12 | 3F |
| Octal | 260 | 262 | 220 | 1 | 0 | 23 | 36 | 100 | 22 | 77 |
| Binary | 10110000 | 10110010 | 10010000 | 1 | 0 | 10011 | 11110 | 1000000 | 10010 | 111111 |
Color Harmonies of #B0B290
Complementary color
Monochromatic Colors of #B0B290
Black with #B0B290
Text Example
Text Example
White with #B0B290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B290; }
p { color: rgb(176,178,144); }
H1.HeaderClassName
{
color: #B0B290;
}
.AnyTagClassName
{
color: #B0B290;
}
</style>
background-color css
<style>
a { background-color: #B0B290; }
a { background-color: rgb(176,178,144); }
div.DivClassName
{
background-color: #B0B290;
}
.BgClassName
{
background-color: #B0B290;
}
</style>
border-color css
<style>
span { border-color: #B0B290; }
span { border-color: rgb(176,178,144); }
td.TdClassName
{
border-color: #B0B290;
}
.TagClassName
{
border-color: #B0B290;
}
</style>