Shades of Bud #B0B18A
Tints of Bud #B0B18A
RGB
CMYK
RGB Variations
Color information
#B0B18A (or 0xB0B18A) is known color: Bud. HEX triplet: B0, B1 and 8A. RGB value is (176,177,138). Sum of RGB (Red+Green+Blue) = 176+177+138=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 177 (69.53% from 255 or 36.05% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 177 - color contains mainly: green. Hex color #B0B18A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0B18A is #4F4E75. Grayscale: #ACACAC. Windows color (decimal): -5197430 or 9089456. OLE color: 9089456.
HSL color Cylindrical-coordinate representation of color #B0B18A: hue angle of 61.54º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0B18A is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 177 | 138 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.31 |
| HSL | 61.54º | 0.2% | 0.62% | - |
| HSV(B) | 61.54º | 0.22% | 0.69% | - |
| XYZ | 38.21 | 42.51 | 30.24 | - |
| YUV | 172.26 | 108.67 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 177 | 138 | 0.01 | 0 | 0.22 | 0.31 | 61.54 | 0.2 | 0.62 |
| Hex | B0 | B1 | 8A | 1 | 0 | 16 | 1F | 3E | 14 | 3E |
| Octal | 260 | 261 | 212 | 1 | 0 | 26 | 37 | 76 | 24 | 76 |
| Binary | 10110000 | 10110001 | 10001010 | 1 | 0 | 10110 | 11111 | 111110 | 10100 | 111110 |
Color Harmonies of #B0B18A
Complementary color
Monochromatic Colors of #B0B18A
Black with #B0B18A
Text Example
Text Example
White with #B0B18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B18A; }
p { color: rgb(176,177,138); }
H1.HeaderClassName
{
color: #B0B18A;
}
.AnyTagClassName
{
color: #B0B18A;
}
</style>
background-color css
<style>
a { background-color: #B0B18A; }
a { background-color: rgb(176,177,138); }
div.DivClassName
{
background-color: #B0B18A;
}
.BgClassName
{
background-color: #B0B18A;
}
</style>
border-color css
<style>
span { border-color: #B0B18A; }
span { border-color: rgb(176,177,138); }
td.TdClassName
{
border-color: #B0B18A;
}
.TagClassName
{
border-color: #B0B18A;
}
</style>