Shades of Bud #B2B58E
Tints of Bud #B2B58E
RGB
CMYK
RGB Variations
Color information
#B2B58E (or 0xB2B58E) is known color: Bud. HEX triplet: B2, B5 and 8E. RGB value is (178,181,142). Sum of RGB (Red+Green+Blue) = 178+181+142=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 181 (71.09% from 255 or 36.13% from 501); Blue value is 142 (55.86% from 255 or 28.34% from 501); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B58E is #4D4A71. Grayscale: #AFAFAF. Windows color (decimal): -5065330 or 9352626. OLE color: 9352626.
HSL color Cylindrical-coordinate representation of color #B2B58E: hue angle of 64.62º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2B58E is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 181 | 142 | - |
| CMYK | 0.02 | 0 | 0.22 | 0.29 |
| HSL | 64.62º | 0.21% | 0.63% | - |
| HSV(B) | 64.62º | 0.22% | 0.71% | - |
| XYZ | 39.77 | 44.47 | 32.08 | - |
| YUV | 175.66 | 109.01 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 181 | 142 | 0.02 | 0 | 0.22 | 0.29 | 64.62 | 0.21 | 0.63 |
| Hex | B2 | B5 | 8E | 2 | 0 | 16 | 1D | 41 | 15 | 3F |
| Octal | 262 | 265 | 216 | 2 | 0 | 26 | 35 | 101 | 25 | 77 |
| Binary | 10110010 | 10110101 | 10001110 | 10 | 0 | 10110 | 11101 | 1000001 | 10101 | 111111 |
Color Harmonies of #B2B58E
Complementary color
Monochromatic Colors of #B2B58E
Black with #B2B58E
Text Example
Text Example
White with #B2B58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B58E; }
p { color: rgb(178,181,142); }
H1.HeaderClassName
{
color: #B2B58E;
}
.AnyTagClassName
{
color: #B2B58E;
}
</style>
background-color css
<style>
a { background-color: #B2B58E; }
a { background-color: rgb(178,181,142); }
div.DivClassName
{
background-color: #B2B58E;
}
.BgClassName
{
background-color: #B2B58E;
}
</style>
border-color css
<style>
span { border-color: #B2B58E; }
span { border-color: rgb(178,181,142); }
td.TdClassName
{
border-color: #B2B58E;
}
.TagClassName
{
border-color: #B2B58E;
}
</style>