Shades of Bud #B2B68F
Tints of Bud #B2B68F
RGB
CMYK
RGB Variations
Color information
#B2B68F (or 0xB2B68F) is known color: Bud. HEX triplet: B2, B6 and 8F. RGB value is (178,182,143). Sum of RGB (Red+Green+Blue) = 178+182+143=503 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.39% from 503); Green value is 182 (71.48% from 255 or 36.18% from 503); Blue value is 143 (56.25% from 255 or 28.43% from 503); Max value from RGB is 182 - color contains mainly: green. Hex color #B2B68F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B68F is #4D4970. Grayscale: #B0B0B0. Windows color (decimal): -5065073 or 9418418. OLE color: 9418418.
HSL color Cylindrical-coordinate representation of color #B2B68F: hue angle of 66.15º 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 #B2B68F is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 182 | 143 | - |
| CMYK | 0.02 | 0 | 0.21 | 0.29 |
| HSL | 66.15º | 0.21% | 0.64% | - |
| HSV(B) | 66.15º | 0.21% | 0.71% | - |
| XYZ | 40.05 | 44.9 | 32.54 | - |
| YUV | 176.36 | 109.17 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 182 | 143 | 0.02 | 0 | 0.21 | 0.29 | 66.15 | 0.21 | 0.64 |
| Hex | B2 | B6 | 8F | 2 | 0 | 15 | 1D | 42 | 15 | 40 |
| Octal | 262 | 266 | 217 | 2 | 0 | 25 | 35 | 102 | 25 | 100 |
| Binary | 10110010 | 10110110 | 10001111 | 10 | 0 | 10101 | 11101 | 1000010 | 10101 | 1000000 |
Color Harmonies of #B2B68F
Complementary color
Monochromatic Colors of #B2B68F
Black with #B2B68F
Text Example
Text Example
White with #B2B68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B68F; }
p { color: rgb(178,182,143); }
H1.HeaderClassName
{
color: #B2B68F;
}
.AnyTagClassName
{
color: #B2B68F;
}
</style>
background-color css
<style>
a { background-color: #B2B68F; }
a { background-color: rgb(178,182,143); }
div.DivClassName
{
background-color: #B2B68F;
}
.BgClassName
{
background-color: #B2B68F;
}
</style>
border-color css
<style>
span { border-color: #B2B68F; }
span { border-color: rgb(178,182,143); }
td.TdClassName
{
border-color: #B2B68F;
}
.TagClassName
{
border-color: #B2B68F;
}
</style>