Shades of Bud #B2B58B
Tints of Bud #B2B58B
RGB
CMYK
RGB Variations
Color information
#B2B58B (or 0xB2B58B) is known color: Bud. HEX triplet: B2, B5 and 8B. RGB value is (178,181,139). Sum of RGB (Red+Green+Blue) = 178+181+139=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 181 (71.09% from 255 or 36.35% from 498); Blue value is 139 (54.69% from 255 or 27.91% from 498); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B58B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B58B is #4D4A74. Grayscale: #AFAFAF. Windows color (decimal): -5065333 or 9156018. OLE color: 9156018.
HSL color Cylindrical-coordinate representation of color #B2B58B: hue angle of 64.29º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B2B58B is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 181 | 139 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.29 |
| HSL | 64.29º | 0.22% | 0.63% | - |
| HSV(B) | 64.29º | 0.23% | 0.71% | - |
| XYZ | 39.54 | 44.38 | 30.91 | - |
| YUV | 175.32 | 107.51 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 181 | 139 | 0.02 | 0 | 0.23 | 0.29 | 64.29 | 0.22 | 0.63 |
| Hex | B2 | B5 | 8B | 2 | 0 | 17 | 1D | 40 | 16 | 3F |
| Octal | 262 | 265 | 213 | 2 | 0 | 27 | 35 | 100 | 26 | 77 |
| Binary | 10110010 | 10110101 | 10001011 | 10 | 0 | 10111 | 11101 | 1000000 | 10110 | 111111 |
Color Harmonies of #B2B58B
Complementary color
Monochromatic Colors of #B2B58B
Black with #B2B58B
Text Example
Text Example
White with #B2B58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B58B; }
p { color: rgb(178,181,139); }
H1.HeaderClassName
{
color: #B2B58B;
}
.AnyTagClassName
{
color: #B2B58B;
}
</style>
background-color css
<style>
a { background-color: #B2B58B; }
a { background-color: rgb(178,181,139); }
div.DivClassName
{
background-color: #B2B58B;
}
.BgClassName
{
background-color: #B2B58B;
}
</style>
border-color css
<style>
span { border-color: #B2B58B; }
span { border-color: rgb(178,181,139); }
td.TdClassName
{
border-color: #B2B58B;
}
.TagClassName
{
border-color: #B2B58B;
}
</style>