Shades of Lucky #B19B21
Tints of Lucky #B19B21
RGB
CMYK
RGB Variations
Color information
#B19B21 (or 0xB19B21) is known color: Lucky. HEX triplet: B1, 9B and 21. RGB value is (177,155,33). Sum of RGB (Red+Green+Blue) = 177+155+33=365 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.49% from 365); Green value is 155 (60.94% from 255 or 42.47% from 365); Blue value is 33 (13.28% from 255 or 9.04% from 365); Max value from RGB is 177 - color contains mainly: red. Hex color #B19B21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19B21 is #4E64DE. Grayscale: #949494. Windows color (decimal): -5137631 or 2202545. OLE color: 2202545.
HSL color Cylindrical-coordinate representation of color #B19B21: hue angle of 50.83º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B19B21 is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 155 | 33 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.31 |
| HSL | 50.83º | 0.69% | 0.41% | - |
| HSV(B) | 50.83º | 0.81% | 0.69% | - |
| XYZ | 30.13 | 32.9 | 6.2 | - |
| YUV | 147.67 | 63.29 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 155 | 33 | 0 | 0.12 | 0.81 | 0.31 | 50.83 | 0.69 | 0.41 |
| Hex | B1 | 9B | 21 | 0 | C | 51 | 1F | 33 | 45 | 29 |
| Octal | 261 | 233 | 41 | 0 | 14 | 121 | 37 | 63 | 105 | 51 |
| Binary | 10110001 | 10011011 | 100001 | 0 | 1100 | 1010001 | 11111 | 110011 | 1000101 | 101001 |
Color Harmonies of #B19B21
Complementary color
Monochromatic Colors of #B19B21
Black with #B19B21
Text Example
Text Example
White with #B19B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19B21; }
p { color: rgb(177,155,33); }
H1.HeaderClassName
{
color: #B19B21;
}
.AnyTagClassName
{
color: #B19B21;
}
</style>
background-color css
<style>
a { background-color: #B19B21; }
a { background-color: rgb(177,155,33); }
div.DivClassName
{
background-color: #B19B21;
}
.BgClassName
{
background-color: #B19B21;
}
</style>
border-color css
<style>
span { border-color: #B19B21; }
span { border-color: rgb(177,155,33); }
td.TdClassName
{
border-color: #B19B21;
}
.TagClassName
{
border-color: #B19B21;
}
</style>