Shades of Wild Willow #B1BF6C
Tints of Wild Willow #B1BF6C
RGB
CMYK
RGB Variations
Color information
#B1BF6C (or 0xB1BF6C) is known color: Wild Willow. HEX triplet: B1, BF and 6C. RGB value is (177,191,108). Sum of RGB (Red+Green+Blue) = 177+191+108=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 108 (42.58% from 255 or 22.69% from 476); Max value from RGB is 191 - color contains mainly: green. Hex color #B1BF6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BF6C is #4E4093. Grayscale: #B1B1B1. Windows color (decimal): -5128340 or 7126961. OLE color: 7126961.
HSL color Cylindrical-coordinate representation of color #B1BF6C: hue angle of 70.12º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B1BF6C is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 191 | 108 | - |
| CMYK | 0.07 | 0 | 0.43 | 0.25 |
| HSL | 70.12º | 0.39% | 0.59% | - |
| HSV(B) | 70.12º | 0.43% | 0.75% | - |
| XYZ | 39.47 | 47.69 | 21.31 | - |
| YUV | 177.35 | 88.86 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 191 | 108 | 0.07 | 0 | 0.43 | 0.25 | 70.12 | 0.39 | 0.59 |
| Hex | B1 | BF | 6C | 7 | 0 | 2B | 19 | 46 | 27 | 3B |
| Octal | 261 | 277 | 154 | 7 | 0 | 53 | 31 | 106 | 47 | 73 |
| Binary | 10110001 | 10111111 | 1101100 | 111 | 0 | 101011 | 11001 | 1000110 | 100111 | 111011 |
Color Harmonies of #B1BF6C
Complementary color
Monochromatic Colors of #B1BF6C
Black with #B1BF6C
Text Example
Text Example
White with #B1BF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BF6C; }
p { color: rgb(177,191,108); }
H1.HeaderClassName
{
color: #B1BF6C;
}
.AnyTagClassName
{
color: #B1BF6C;
}
</style>
background-color css
<style>
a { background-color: #B1BF6C; }
a { background-color: rgb(177,191,108); }
div.DivClassName
{
background-color: #B1BF6C;
}
.BgClassName
{
background-color: #B1BF6C;
}
</style>
border-color css
<style>
span { border-color: #B1BF6C; }
span { border-color: rgb(177,191,108); }
td.TdClassName
{
border-color: #B1BF6C;
}
.TagClassName
{
border-color: #B1BF6C;
}
</style>