Shades of Lucky #B19C01
Tints of Lucky #B19C01
RGB
CMYK
RGB Variations
Color information
#B19C01 (or 0xB19C01) is known color: Lucky. HEX triplet: B1, 9C and 01. RGB value is (177,156,1). Sum of RGB (Red+Green+Blue) = 177+156+1=334 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.99% from 334); Green value is 156 (61.33% from 255 or 46.71% from 334); Blue value is 1 (0.78% from 255 or 0.30% from 334); Max value from RGB is 177 - color contains mainly: red. Hex color #B19C01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19C01 is #4E63FE. Grayscale: #919191. Windows color (decimal): -5137407 or 105649. OLE color: 105649.
HSL color Cylindrical-coordinate representation of color #B19C01: hue angle of 52.84º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B19C01 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 156 | 1 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.31 |
| HSL | 52.84º | 0.99% | 0.35% | - |
| HSV(B) | 52.84º | 0.99% | 0.69% | - |
| XYZ | 30.03 | 33.13 | 4.84 | - |
| YUV | 144.61 | 46.96 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 156 | 1 | 0 | 0.12 | 0.99 | 0.31 | 52.84 | 0.99 | 0.35 |
| Hex | B1 | 9C | 1 | 0 | C | 63 | 1F | 35 | 63 | 23 |
| Octal | 261 | 234 | 1 | 0 | 14 | 143 | 37 | 65 | 143 | 43 |
| Binary | 10110001 | 10011100 | 1 | 0 | 1100 | 1100011 | 11111 | 110101 | 1100011 | 100011 |
Color Harmonies of #B19C01
Complementary color
Monochromatic Colors of #B19C01
Black with #B19C01
Text Example
Text Example
White with #B19C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19C01; }
p { color: rgb(177,156,1); }
H1.HeaderClassName
{
color: #B19C01;
}
.AnyTagClassName
{
color: #B19C01;
}
</style>
background-color css
<style>
a { background-color: #B19C01; }
a { background-color: rgb(177,156,1); }
div.DivClassName
{
background-color: #B19C01;
}
.BgClassName
{
background-color: #B19C01;
}
</style>
border-color css
<style>
span { border-color: #B19C01; }
span { border-color: rgb(177,156,1); }
td.TdClassName
{
border-color: #B19C01;
}
.TagClassName
{
border-color: #B19C01;
}
</style>