Shades of Bud #B2B78C
Tints of Bud #B2B78C
RGB
CMYK
RGB Variations
Color information
#B2B78C (or 0xB2B78C) is known color: Bud. HEX triplet: B2, B7 and 8C. RGB value is (178,183,140). Sum of RGB (Red+Green+Blue) = 178+183+140=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 183 (71.88% from 255 or 36.53% from 501); Blue value is 140 (55.08% from 255 or 27.94% from 501); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B78C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B78C is #4D4873. Grayscale: #B0B0B0. Windows color (decimal): -5064820 or 9222066. OLE color: 9222066.
HSL color Cylindrical-coordinate representation of color #B2B78C: hue angle of 66.98º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B2B78C is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 183 | 140 | - |
| CMYK | 0.03 | 0 | 0.23 | 0.28 |
| HSL | 66.98º | 0.23% | 0.63% | - |
| HSV(B) | 66.98º | 0.23% | 0.72% | - |
| XYZ | 40.03 | 45.23 | 31.43 | - |
| YUV | 176.6 | 107.34 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 183 | 140 | 0.03 | 0 | 0.23 | 0.28 | 66.98 | 0.23 | 0.63 |
| Hex | B2 | B7 | 8C | 3 | 0 | 17 | 1C | 43 | 17 | 3F |
| Octal | 262 | 267 | 214 | 3 | 0 | 27 | 34 | 103 | 27 | 77 |
| Binary | 10110010 | 10110111 | 10001100 | 11 | 0 | 10111 | 11100 | 1000011 | 10111 | 111111 |
Color Harmonies of #B2B78C
Complementary color
Monochromatic Colors of #B2B78C
Black with #B2B78C
Text Example
Text Example
White with #B2B78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B78C; }
p { color: rgb(178,183,140); }
H1.HeaderClassName
{
color: #B2B78C;
}
.AnyTagClassName
{
color: #B2B78C;
}
</style>
background-color css
<style>
a { background-color: #B2B78C; }
a { background-color: rgb(178,183,140); }
div.DivClassName
{
background-color: #B2B78C;
}
.BgClassName
{
background-color: #B2B78C;
}
</style>
border-color css
<style>
span { border-color: #B2B78C; }
span { border-color: rgb(178,183,140); }
td.TdClassName
{
border-color: #B2B78C;
}
.TagClassName
{
border-color: #B2B78C;
}
</style>