Shades of Bud #B2B591
Tints of Bud #B2B591
RGB
CMYK
RGB Variations
Color information
#B2B591 (or 0xB2B591) is known color: Bud. HEX triplet: B2, B5 and 91. RGB value is (178,181,145). Sum of RGB (Red+Green+Blue) = 178+181+145=504 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.32% from 504); Green value is 181 (71.09% from 255 or 35.91% from 504); Blue value is 145 (57.03% from 255 or 28.77% from 504); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B591 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B591 is #4D4A6E. Grayscale: #B0B0B0. Windows color (decimal): -5065327 or 9549234. OLE color: 9549234.
HSL color Cylindrical-coordinate representation of color #B2B591: hue angle of 65º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2B591 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 181 | 145 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.29 |
| HSL | 65º | 0.2% | 0.64% | - |
| HSV(B) | 65º | 0.2% | 0.71% | - |
| XYZ | 39.99 | 44.56 | 33.28 | - |
| YUV | 176 | 110.51 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 181 | 145 | 0.02 | 0 | 0.20 | 0.29 | 65 | 0.2 | 0.64 |
| Hex | B2 | B5 | 91 | 2 | 0 | 14 | 1D | 41 | 14 | 40 |
| Octal | 262 | 265 | 221 | 2 | 0 | 24 | 35 | 101 | 24 | 100 |
| Binary | 10110010 | 10110101 | 10010001 | 10 | 0 | 10100 | 11101 | 1000001 | 10100 | 1000000 |
Color Harmonies of #B2B591
Complementary color
Monochromatic Colors of #B2B591
Black with #B2B591
Text Example
Text Example
White with #B2B591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B591; }
p { color: rgb(178,181,145); }
H1.HeaderClassName
{
color: #B2B591;
}
.AnyTagClassName
{
color: #B2B591;
}
</style>
background-color css
<style>
a { background-color: #B2B591; }
a { background-color: rgb(178,181,145); }
div.DivClassName
{
background-color: #B2B591;
}
.BgClassName
{
background-color: #B2B591;
}
</style>
border-color css
<style>
span { border-color: #B2B591; }
span { border-color: rgb(178,181,145); }
td.TdClassName
{
border-color: #B2B591;
}
.TagClassName
{
border-color: #B2B591;
}
</style>