Shades of Bud #B2B690
Tints of Bud #B2B690
RGB
CMYK
RGB Variations
Color information
#B2B690 (or 0xB2B690) is known color: Bud. HEX triplet: B2, B6 and 90. RGB value is (178,182,144). Sum of RGB (Red+Green+Blue) = 178+182+144=504 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.32% from 504); Green value is 182 (71.48% from 255 or 36.11% from 504); Blue value is 144 (56.64% from 255 or 28.57% from 504); Max value from RGB is 182 - color contains mainly: green. Hex color #B2B690 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B690 is #4D496F. Grayscale: #B0B0B0. Windows color (decimal): -5065072 or 9483954. OLE color: 9483954.
HSL color Cylindrical-coordinate representation of color #B2B690: hue angle of 66.32º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2B690 is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 182 | 144 | - |
| CMYK | 0.02 | 0 | 0.21 | 0.29 |
| HSL | 66.32º | 0.21% | 0.64% | - |
| HSV(B) | 66.32º | 0.21% | 0.71% | - |
| XYZ | 40.12 | 44.93 | 32.94 | - |
| YUV | 176.47 | 109.67 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 182 | 144 | 0.02 | 0 | 0.21 | 0.29 | 66.32 | 0.21 | 0.64 |
| Hex | B2 | B6 | 90 | 2 | 0 | 15 | 1D | 42 | 15 | 40 |
| Octal | 262 | 266 | 220 | 2 | 0 | 25 | 35 | 102 | 25 | 100 |
| Binary | 10110010 | 10110110 | 10010000 | 10 | 0 | 10101 | 11101 | 1000010 | 10101 | 1000000 |
Color Harmonies of #B2B690
Complementary color
Monochromatic Colors of #B2B690
Black with #B2B690
Text Example
Text Example
White with #B2B690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B690; }
p { color: rgb(178,182,144); }
H1.HeaderClassName
{
color: #B2B690;
}
.AnyTagClassName
{
color: #B2B690;
}
</style>
background-color css
<style>
a { background-color: #B2B690; }
a { background-color: rgb(178,182,144); }
div.DivClassName
{
background-color: #B2B690;
}
.BgClassName
{
background-color: #B2B690;
}
</style>
border-color css
<style>
span { border-color: #B2B690; }
span { border-color: rgb(178,182,144); }
td.TdClassName
{
border-color: #B2B690;
}
.TagClassName
{
border-color: #B2B690;
}
</style>