Shades of Lucky #B19A0D
Tints of Lucky #B19A0D
RGB
CMYK
RGB Variations
Color information
#B19A0D (or 0xB19A0D) is known color: Lucky. HEX triplet: B1, 9A and 0D. RGB value is (177,154,13). Sum of RGB (Red+Green+Blue) = 177+154+13=344 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.45% from 344); Green value is 154 (60.55% from 255 or 44.77% from 344); Blue value is 13 (5.47% from 255 or 3.78% from 344); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19A0D is #4E65F2. Grayscale: #919191. Windows color (decimal): -5137907 or 891569. OLE color: 891569.
HSL color Cylindrical-coordinate representation of color #B19A0D: hue angle of 51.59º 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 #B19A0D is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 154 | 13 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.31 |
| HSL | 51.59º | 0.86% | 0.37% | - |
| HSV(B) | 51.59º | 0.93% | 0.69% | - |
| XYZ | 29.76 | 32.49 | 5.08 | - |
| YUV | 144.8 | 53.62 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 154 | 13 | 0 | 0.13 | 0.93 | 0.31 | 51.59 | 0.86 | 0.37 |
| Hex | B1 | 9A | D | 0 | D | 5D | 1F | 34 | 56 | 25 |
| Octal | 261 | 232 | 15 | 0 | 15 | 135 | 37 | 64 | 126 | 45 |
| Binary | 10110001 | 10011010 | 1101 | 0 | 1101 | 1011101 | 11111 | 110100 | 1010110 | 100101 |
Color Harmonies of #B19A0D
Complementary color
Monochromatic Colors of #B19A0D
Black with #B19A0D
Text Example
Text Example
White with #B19A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19A0D; }
p { color: rgb(177,154,13); }
H1.HeaderClassName
{
color: #B19A0D;
}
.AnyTagClassName
{
color: #B19A0D;
}
</style>
background-color css
<style>
a { background-color: #B19A0D; }
a { background-color: rgb(177,154,13); }
div.DivClassName
{
background-color: #B19A0D;
}
.BgClassName
{
background-color: #B19A0D;
}
</style>
border-color css
<style>
span { border-color: #B19A0D; }
span { border-color: rgb(177,154,13); }
td.TdClassName
{
border-color: #B19A0D;
}
.TagClassName
{
border-color: #B19A0D;
}
</style>