Shades of Bahia #B0B527
Tints of Bahia #B0B527
RGB
CMYK
RGB Variations
Color information
#B0B527 (or 0xB0B527) is known color: Bahia. HEX triplet: B0, B5 and 27. RGB value is (176,181,39). Sum of RGB (Red+Green+Blue) = 176+181+39=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 181 (71.09% from 255 or 45.71% from 396); Blue value is 39 (15.62% from 255 or 9.85% from 396); Max value from RGB is 181 - color contains mainly: green. Hex color #B0B527 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0B527 is #4F4AD8. Grayscale: #A3A3A3. Windows color (decimal): -5196505 or 2602416. OLE color: 2602416.
HSL color Cylindrical-coordinate representation of color #B0B527: hue angle of 62.11º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B0B527 is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 176 | 181 | 39 | - |
| CMYK | 0.03 | 0 | 0.78 | 0.29 |
| HSL | 62.11º | 0.65% | 0.43% | - |
| HSV(B) | 62.11º | 0.78% | 0.71% | - |
| XYZ | 34.79 | 42.42 | 8.27 | - |
| YUV | 163.32 | 57.84 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 181 | 39 | 0.03 | 0 | 0.78 | 0.29 | 62.11 | 0.65 | 0.43 |
| Hex | B0 | B5 | 27 | 3 | 0 | 4E | 1D | 3E | 41 | 2B |
| Octal | 260 | 265 | 47 | 3 | 0 | 116 | 35 | 76 | 101 | 53 |
| Binary | 10110000 | 10110101 | 100111 | 11 | 0 | 1001110 | 11101 | 111110 | 1000001 | 101011 |
Color Harmonies of #B0B527
Complementary color
Monochromatic Colors of #B0B527
Black with #B0B527
Text Example
Text Example
White with #B0B527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B527; }
p { color: rgb(176,181,39); }
H1.HeaderClassName
{
color: #B0B527;
}
.AnyTagClassName
{
color: #B0B527;
}
</style>
background-color css
<style>
a { background-color: #B0B527; }
a { background-color: rgb(176,181,39); }
div.DivClassName
{
background-color: #B0B527;
}
.BgClassName
{
background-color: #B0B527;
}
</style>
border-color css
<style>
span { border-color: #B0B527; }
span { border-color: rgb(176,181,39); }
td.TdClassName
{
border-color: #B0B527;
}
.TagClassName
{
border-color: #B0B527;
}
</style>