Shades of Bahia #B3BB31
Tints of Bahia #B3BB31
RGB
CMYK
RGB Variations
Color information
#B3BB31 (or 0xB3BB31) is known color: Bahia. HEX triplet: B3, BB and 31. RGB value is (179,187,49). Sum of RGB (Red+Green+Blue) = 179+187+49=415 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.13% from 415); Green value is 187 (73.44% from 255 or 45.06% from 415); Blue value is 49 (19.53% from 255 or 11.81% from 415); Max value from RGB is 187 - color contains mainly: green. Hex color #B3BB31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3BB31 is #4C44CE. Grayscale: #A9A9A9. Windows color (decimal): -4998351 or 3259315. OLE color: 3259315.
HSL color Cylindrical-coordinate representation of color #B3BB31: hue angle of 63.48º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B3BB31 is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 187 | 49 | - |
| CMYK | 0.04 | 0 | 0.74 | 0.27 |
| HSL | 63.48º | 0.58% | 0.46% | - |
| HSV(B) | 63.48º | 0.74% | 0.73% | - |
| XYZ | 36.92 | 45.35 | 9.71 | - |
| YUV | 168.88 | 60.35 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 187 | 49 | 0.04 | 0 | 0.74 | 0.27 | 63.48 | 0.58 | 0.46 |
| Hex | B3 | BB | 31 | 4 | 0 | 4A | 1B | 3F | 3A | 2E |
| Octal | 263 | 273 | 61 | 4 | 0 | 112 | 33 | 77 | 72 | 56 |
| Binary | 10110011 | 10111011 | 110001 | 100 | 0 | 1001010 | 11011 | 111111 | 111010 | 101110 |
Color Harmonies of #B3BB31
Complementary color
Monochromatic Colors of #B3BB31
Black with #B3BB31
Text Example
Text Example
White with #B3BB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BB31; }
p { color: rgb(179,187,49); }
H1.HeaderClassName
{
color: #B3BB31;
}
.AnyTagClassName
{
color: #B3BB31;
}
</style>
background-color css
<style>
a { background-color: #B3BB31; }
a { background-color: rgb(179,187,49); }
div.DivClassName
{
background-color: #B3BB31;
}
.BgClassName
{
background-color: #B3BB31;
}
</style>
border-color css
<style>
span { border-color: #B3BB31; }
span { border-color: rgb(179,187,49); }
td.TdClassName
{
border-color: #B3BB31;
}
.TagClassName
{
border-color: #B3BB31;
}
</style>