Shades of Bud #B0B18E
Tints of Bud #B0B18E
RGB
CMYK
RGB Variations
Color information
#B0B18E (or 0xB0B18E) is known color: Bud. HEX triplet: B0, B1 and 8E. RGB value is (176,177,142). Sum of RGB (Red+Green+Blue) = 176+177+142=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 142 (55.86% from 255 or 28.69% from 495); Max value from RGB is 177 - color contains mainly: green. Hex color #B0B18E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0B18E is #4F4E71. Grayscale: #ACACAC. Windows color (decimal): -5197426 or 9351600. OLE color: 9351600.
HSL color Cylindrical-coordinate representation of color #B0B18E: hue angle of 61.71º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0B18E is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 177 | 142 | - |
| CMYK | 0.01 | 0 | 0.20 | 0.31 |
| HSL | 61.71º | 0.18% | 0.63% | - |
| HSV(B) | 61.71º | 0.2% | 0.69% | - |
| XYZ | 38.51 | 42.63 | 31.79 | - |
| YUV | 172.71 | 110.67 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 177 | 142 | 0.01 | 0 | 0.20 | 0.31 | 61.71 | 0.18 | 0.63 |
| Hex | B0 | B1 | 8E | 1 | 0 | 14 | 1F | 3E | 12 | 3F |
| Octal | 260 | 261 | 216 | 1 | 0 | 24 | 37 | 76 | 22 | 77 |
| Binary | 10110000 | 10110001 | 10001110 | 1 | 0 | 10100 | 11111 | 111110 | 10010 | 111111 |
Color Harmonies of #B0B18E
Complementary color
Monochromatic Colors of #B0B18E
Black with #B0B18E
Text Example
Text Example
White with #B0B18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B18E; }
p { color: rgb(176,177,142); }
H1.HeaderClassName
{
color: #B0B18E;
}
.AnyTagClassName
{
color: #B0B18E;
}
</style>
background-color css
<style>
a { background-color: #B0B18E; }
a { background-color: rgb(176,177,142); }
div.DivClassName
{
background-color: #B0B18E;
}
.BgClassName
{
background-color: #B0B18E;
}
</style>
border-color css
<style>
span { border-color: #B0B18E; }
span { border-color: rgb(176,177,142); }
td.TdClassName
{
border-color: #B0B18E;
}
.TagClassName
{
border-color: #B0B18E;
}
</style>