Shades of Bahia #B4BC31
Tints of Bahia #B4BC31
RGB
CMYK
RGB Variations
Color information
#B4BC31 (or 0xB4BC31) is known color: Bahia. HEX triplet: B4, BC and 31. RGB value is (180,188,49). Sum of RGB (Red+Green+Blue) = 180+188+49=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 49 (19.53% from 255 or 11.75% from 417); Max value from RGB is 188 - color contains mainly: green. Hex color #B4BC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BC31 is #4B43CE. Grayscale: #AAAAAA. Windows color (decimal): -4932559 or 3259572. OLE color: 3259572.
HSL color Cylindrical-coordinate representation of color #B4BC31: hue angle of 63.45º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B4BC31 is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 188 | 49 | - |
| CMYK | 0.04 | 0 | 0.74 | 0.26 |
| HSL | 63.45º | 0.59% | 0.46% | - |
| HSV(B) | 63.45º | 0.74% | 0.74% | - |
| XYZ | 37.36 | 45.89 | 9.79 | - |
| YUV | 169.76 | 59.85 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 188 | 49 | 0.04 | 0 | 0.74 | 0.26 | 63.45 | 0.59 | 0.46 |
| Hex | B4 | BC | 31 | 4 | 0 | 4A | 1A | 3F | 3B | 2E |
| Octal | 264 | 274 | 61 | 4 | 0 | 112 | 32 | 77 | 73 | 56 |
| Binary | 10110100 | 10111100 | 110001 | 100 | 0 | 1001010 | 11010 | 111111 | 111011 | 101110 |
Color Harmonies of #B4BC31
Complementary color
Monochromatic Colors of #B4BC31
Black with #B4BC31
Text Example
Text Example
White with #B4BC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BC31; }
p { color: rgb(180,188,49); }
H1.HeaderClassName
{
color: #B4BC31;
}
.AnyTagClassName
{
color: #B4BC31;
}
</style>
background-color css
<style>
a { background-color: #B4BC31; }
a { background-color: rgb(180,188,49); }
div.DivClassName
{
background-color: #B4BC31;
}
.BgClassName
{
background-color: #B4BC31;
}
</style>
border-color css
<style>
span { border-color: #B4BC31; }
span { border-color: rgb(180,188,49); }
td.TdClassName
{
border-color: #B4BC31;
}
.TagClassName
{
border-color: #B4BC31;
}
</style>