Shades of Bahia #B0B520
Tints of Bahia #B0B520
RGB
CMYK
RGB Variations
Color information
#B0B520 (or 0xB0B520) is known color: Bahia. HEX triplet: B0, B5 and 20. RGB value is (176,181,32). Sum of RGB (Red+Green+Blue) = 176+181+32=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 181 (71.09% from 255 or 46.53% from 389); Blue value is 32 (12.89% from 255 or 8.23% from 389); Max value from RGB is 181 - color contains mainly: green. Hex color #B0B520 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0B520 is #4F4ADF. Grayscale: #A3A3A3. Windows color (decimal): -5196512 or 2143664. OLE color: 2143664.
HSL color Cylindrical-coordinate representation of color #B0B520: hue angle of 62.01º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B0B520 is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 176 | 181 | 32 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.29 |
| HSL | 62.01º | 0.7% | 0.42% | - |
| HSV(B) | 62.01º | 0.82% | 0.71% | - |
| XYZ | 34.69 | 42.38 | 7.72 | - |
| YUV | 162.52 | 54.34 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 181 | 32 | 0.03 | 0 | 0.82 | 0.29 | 62.01 | 0.7 | 0.42 |
| Hex | B0 | B5 | 20 | 3 | 0 | 52 | 1D | 3E | 46 | 2A |
| Octal | 260 | 265 | 40 | 3 | 0 | 122 | 35 | 76 | 106 | 52 |
| Binary | 10110000 | 10110101 | 100000 | 11 | 0 | 1010010 | 11101 | 111110 | 1000110 | 101010 |
Color Harmonies of #B0B520
Complementary color
Monochromatic Colors of #B0B520
Black with #B0B520
Text Example
Text Example
White with #B0B520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B520; }
p { color: rgb(176,181,32); }
H1.HeaderClassName
{
color: #B0B520;
}
.AnyTagClassName
{
color: #B0B520;
}
</style>
background-color css
<style>
a { background-color: #B0B520; }
a { background-color: rgb(176,181,32); }
div.DivClassName
{
background-color: #B0B520;
}
.BgClassName
{
background-color: #B0B520;
}
</style>
border-color css
<style>
span { border-color: #B0B520; }
span { border-color: rgb(176,181,32); }
td.TdClassName
{
border-color: #B0B520;
}
.TagClassName
{
border-color: #B0B520;
}
</style>