Shades of Bahia #B4BB31
Tints of Bahia #B4BB31
RGB
CMYK
RGB Variations
Color information
#B4BB31 (or 0xB4BB31) is known color: Bahia. HEX triplet: B4, BB and 31. RGB value is (180,187,49). Sum of RGB (Red+Green+Blue) = 180+187+49=416 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.27% from 416); Green value is 187 (73.44% from 255 or 44.95% from 416); Blue value is 49 (19.53% from 255 or 11.78% from 416); Max value from RGB is 187 - color contains mainly: green. Hex color #B4BB31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BB31 is #4B44CE. Grayscale: #A9A9A9. Windows color (decimal): -4932815 or 3259316. OLE color: 3259316.
HSL color Cylindrical-coordinate representation of color #B4BB31: hue angle of 63.04º 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 #B4BB31 is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 187 | 49 | - |
| CMYK | 0.04 | 0 | 0.74 | 0.27 |
| HSL | 63.04º | 0.58% | 0.46% | - |
| HSV(B) | 63.04º | 0.74% | 0.73% | - |
| XYZ | 37.15 | 45.47 | 9.72 | - |
| YUV | 169.18 | 60.18 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 187 | 49 | 0.04 | 0 | 0.74 | 0.27 | 63.04 | 0.58 | 0.46 |
| Hex | B4 | BB | 31 | 4 | 0 | 4A | 1B | 3F | 3A | 2E |
| Octal | 264 | 273 | 61 | 4 | 0 | 112 | 33 | 77 | 72 | 56 |
| Binary | 10110100 | 10111011 | 110001 | 100 | 0 | 1001010 | 11011 | 111111 | 111010 | 101110 |
Color Harmonies of #B4BB31
Complementary color
Monochromatic Colors of #B4BB31
Black with #B4BB31
Text Example
Text Example
White with #B4BB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BB31; }
p { color: rgb(180,187,49); }
H1.HeaderClassName
{
color: #B4BB31;
}
.AnyTagClassName
{
color: #B4BB31;
}
</style>
background-color css
<style>
a { background-color: #B4BB31; }
a { background-color: rgb(180,187,49); }
div.DivClassName
{
background-color: #B4BB31;
}
.BgClassName
{
background-color: #B4BB31;
}
</style>
border-color css
<style>
span { border-color: #B4BB31; }
span { border-color: rgb(180,187,49); }
td.TdClassName
{
border-color: #B4BB31;
}
.TagClassName
{
border-color: #B4BB31;
}
</style>