Shades of Lucky #B19B0D
Tints of Lucky #B19B0D
RGB
CMYK
RGB Variations
Color information
#B19B0D (or 0xB19B0D) is known color: Lucky. HEX triplet: B1, 9B and 0D. RGB value is (177,155,13). Sum of RGB (Red+Green+Blue) = 177+155+13=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 155 (60.94% from 255 or 44.93% from 345); Blue value is 13 (5.47% from 255 or 3.77% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B19B0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19B0D is #4E64F2. Grayscale: #919191. Windows color (decimal): -5137651 or 891825. OLE color: 891825.
HSL color Cylindrical-coordinate representation of color #B19B0D: hue angle of 51.95º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B19B0D is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 155 | 13 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.31 |
| HSL | 51.95º | 0.86% | 0.37% | - |
| HSV(B) | 51.95º | 0.93% | 0.69% | - |
| XYZ | 29.93 | 32.82 | 5.14 | - |
| YUV | 145.39 | 53.29 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 155 | 13 | 0 | 0.12 | 0.93 | 0.31 | 51.95 | 0.86 | 0.37 |
| Hex | B1 | 9B | D | 0 | C | 5D | 1F | 34 | 56 | 25 |
| Octal | 261 | 233 | 15 | 0 | 14 | 135 | 37 | 64 | 126 | 45 |
| Binary | 10110001 | 10011011 | 1101 | 0 | 1100 | 1011101 | 11111 | 110100 | 1010110 | 100101 |
Color Harmonies of #B19B0D
Complementary color
Monochromatic Colors of #B19B0D
Black with #B19B0D
Text Example
Text Example
White with #B19B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19B0D; }
p { color: rgb(177,155,13); }
H1.HeaderClassName
{
color: #B19B0D;
}
.AnyTagClassName
{
color: #B19B0D;
}
</style>
background-color css
<style>
a { background-color: #B19B0D; }
a { background-color: rgb(177,155,13); }
div.DivClassName
{
background-color: #B19B0D;
}
.BgClassName
{
background-color: #B19B0D;
}
</style>
border-color css
<style>
span { border-color: #B19B0D; }
span { border-color: rgb(177,155,13); }
td.TdClassName
{
border-color: #B19B0D;
}
.TagClassName
{
border-color: #B19B0D;
}
</style>