Shades of Bud #B0B28A
Tints of Bud #B0B28A
RGB
CMYK
RGB Variations
Color information
#B0B28A (or 0xB0B28A) is known color: Bud. HEX triplet: B0, B2 and 8A. RGB value is (176,178,138). Sum of RGB (Red+Green+Blue) = 176+178+138=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 178 (69.92% from 255 or 36.18% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 178 - color contains mainly: green. Hex color #B0B28A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0B28A is #4F4D75. Grayscale: #ADADAD. Windows color (decimal): -5197174 or 9089712. OLE color: 9089712.
HSL color Cylindrical-coordinate representation of color #B0B28A: hue angle of 63º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0B28A is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 176 | 178 | 138 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.30 |
| HSL | 63º | 0.21% | 0.62% | - |
| HSV(B) | 63º | 0.22% | 0.7% | - |
| XYZ | 38.41 | 42.91 | 30.3 | - |
| YUV | 172.84 | 108.34 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 178 | 138 | 0.01 | 0 | 0.22 | 0.30 | 63 | 0.21 | 0.62 |
| Hex | B0 | B2 | 8A | 1 | 0 | 16 | 1E | 3F | 15 | 3E |
| Octal | 260 | 262 | 212 | 1 | 0 | 26 | 36 | 77 | 25 | 76 |
| Binary | 10110000 | 10110010 | 10001010 | 1 | 0 | 10110 | 11110 | 111111 | 10101 | 111110 |
Color Harmonies of #B0B28A
Complementary color
Monochromatic Colors of #B0B28A
Black with #B0B28A
Text Example
Text Example
White with #B0B28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B28A; }
p { color: rgb(176,178,138); }
H1.HeaderClassName
{
color: #B0B28A;
}
.AnyTagClassName
{
color: #B0B28A;
}
</style>
background-color css
<style>
a { background-color: #B0B28A; }
a { background-color: rgb(176,178,138); }
div.DivClassName
{
background-color: #B0B28A;
}
.BgClassName
{
background-color: #B0B28A;
}
</style>
border-color css
<style>
span { border-color: #B0B28A; }
span { border-color: rgb(176,178,138); }
td.TdClassName
{
border-color: #B0B28A;
}
.TagClassName
{
border-color: #B0B28A;
}
</style>