Shades of Bahia #B1BF31
Tints of Bahia #B1BF31
RGB
CMYK
RGB Variations
Color information
#B1BF31 (or 0xB1BF31) is known color: Bahia. HEX triplet: B1, BF and 31. RGB value is (177,191,49). Sum of RGB (Red+Green+Blue) = 177+191+49=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 191 (75% from 255 or 45.80% from 417); Blue value is 49 (19.53% from 255 or 11.75% from 417); Max value from RGB is 191 - color contains mainly: green. Hex color #B1BF31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1BF31 is #4E40CE. Grayscale: #ABABAB. Windows color (decimal): -5128399 or 3260337. OLE color: 3260337.
HSL color Cylindrical-coordinate representation of color #B1BF31: hue angle of 65.92º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B1BF31 is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 191 | 49 | - |
| CMYK | 0.07 | 0 | 0.74 | 0.25 |
| HSL | 65.92º | 0.59% | 0.47% | - |
| HSV(B) | 65.92º | 0.74% | 0.75% | - |
| XYZ | 37.32 | 46.83 | 9.98 | - |
| YUV | 170.63 | 59.36 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 191 | 49 | 0.07 | 0 | 0.74 | 0.25 | 65.92 | 0.59 | 0.47 |
| Hex | B1 | BF | 31 | 7 | 0 | 4A | 19 | 42 | 3B | 2F |
| Octal | 261 | 277 | 61 | 7 | 0 | 112 | 31 | 102 | 73 | 57 |
| Binary | 10110001 | 10111111 | 110001 | 111 | 0 | 1001010 | 11001 | 1000010 | 111011 | 101111 |
Color Harmonies of #B1BF31
Complementary color
Monochromatic Colors of #B1BF31
Black with #B1BF31
Text Example
Text Example
White with #B1BF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BF31; }
p { color: rgb(177,191,49); }
H1.HeaderClassName
{
color: #B1BF31;
}
.AnyTagClassName
{
color: #B1BF31;
}
</style>
background-color css
<style>
a { background-color: #B1BF31; }
a { background-color: rgb(177,191,49); }
div.DivClassName
{
background-color: #B1BF31;
}
.BgClassName
{
background-color: #B1BF31;
}
</style>
border-color css
<style>
span { border-color: #B1BF31; }
span { border-color: rgb(177,191,49); }
td.TdClassName
{
border-color: #B1BF31;
}
.TagClassName
{
border-color: #B1BF31;
}
</style>