Shades of Bud #B0B294
Tints of Bud #B0B294
RGB
CMYK
RGB Variations
Color information
#B0B294 (or 0xB0B294) is known color: Bud. HEX triplet: B0, B2 and 94. RGB value is (176,178,148). Sum of RGB (Red+Green+Blue) = 176+178+148=502 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.06% from 502); Green value is 178 (69.92% from 255 or 35.46% from 502); Blue value is 148 (58.20% from 255 or 29.48% from 502); Max value from RGB is 178 - color contains mainly: green. Hex color #B0B294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0B294 is #4F4D6B. Grayscale: #AEAEAE. Windows color (decimal): -5197164 or 9745072. OLE color: 9745072.
HSL color Cylindrical-coordinate representation of color #B0B294: hue angle of 64º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B0B294 is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 176 | 178 | 148 | - |
| CMYK | 0.01 | 0 | 0.17 | 0.30 |
| HSL | 64º | 0.16% | 0.64% | - |
| HSV(B) | 64º | 0.17% | 0.7% | - |
| XYZ | 39.17 | 43.21 | 34.29 | - |
| YUV | 173.98 | 113.34 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 178 | 148 | 0.01 | 0 | 0.17 | 0.30 | 64 | 0.16 | 0.64 |
| Hex | B0 | B2 | 94 | 1 | 0 | 11 | 1E | 40 | 10 | 40 |
| Octal | 260 | 262 | 224 | 1 | 0 | 21 | 36 | 100 | 20 | 100 |
| Binary | 10110000 | 10110010 | 10010100 | 1 | 0 | 10001 | 11110 | 1000000 | 10000 | 1000000 |
Color Harmonies of #B0B294
Complementary color
Monochromatic Colors of #B0B294
Black with #B0B294
Text Example
Text Example
White with #B0B294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B294; }
p { color: rgb(176,178,148); }
H1.HeaderClassName
{
color: #B0B294;
}
.AnyTagClassName
{
color: #B0B294;
}
</style>
background-color css
<style>
a { background-color: #B0B294; }
a { background-color: rgb(176,178,148); }
div.DivClassName
{
background-color: #B0B294;
}
.BgClassName
{
background-color: #B0B294;
}
</style>
border-color css
<style>
span { border-color: #B0B294; }
span { border-color: rgb(176,178,148); }
td.TdClassName
{
border-color: #B0B294;
}
.TagClassName
{
border-color: #B0B294;
}
</style>