Shades of Lucky #B1941B
Tints of Lucky #B1941B
RGB
CMYK
RGB Variations
Color information
#B1941B (or 0xB1941B) is known color: Lucky. HEX triplet: B1, 94 and 1B. RGB value is (177,148,27). Sum of RGB (Red+Green+Blue) = 177+148+27=352 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.28% from 352); Green value is 148 (58.20% from 255 or 42.05% from 352); Blue value is 27 (10.94% from 255 or 7.67% from 352); Max value from RGB is 177 - color contains mainly: red. Hex color #B1941B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1941B is #4E6BE4. Grayscale: #8F8F8F. Windows color (decimal): -5139429 or 1807537. OLE color: 1807537.
HSL color Cylindrical-coordinate representation of color #B1941B: hue angle of 48.4º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B1941B is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 148 | 27 | - |
| CMYK | 0 | 0.16 | 0.85 | 0.31 |
| HSL | 48.4º | 0.74% | 0.4% | - |
| HSV(B) | 48.4º | 0.85% | 0.69% | - |
| XYZ | 28.92 | 30.61 | 5.42 | - |
| YUV | 142.88 | 62.61 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 148 | 27 | 0 | 0.16 | 0.85 | 0.31 | 48.4 | 0.74 | 0.4 |
| Hex | B1 | 94 | 1B | 0 | 10 | 55 | 1F | 30 | 4A | 28 |
| Octal | 261 | 224 | 33 | 0 | 20 | 125 | 37 | 60 | 112 | 50 |
| Binary | 10110001 | 10010100 | 11011 | 0 | 10000 | 1010101 | 11111 | 110000 | 1001010 | 101000 |
Color Harmonies of #B1941B
Complementary color
Monochromatic Colors of #B1941B
Black with #B1941B
Text Example
Text Example
White with #B1941B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1941B; }
p { color: rgb(177,148,27); }
H1.HeaderClassName
{
color: #B1941B;
}
.AnyTagClassName
{
color: #B1941B;
}
</style>
background-color css
<style>
a { background-color: #B1941B; }
a { background-color: rgb(177,148,27); }
div.DivClassName
{
background-color: #B1941B;
}
.BgClassName
{
background-color: #B1941B;
}
</style>
border-color css
<style>
span { border-color: #B1941B; }
span { border-color: rgb(177,148,27); }
td.TdClassName
{
border-color: #B1941B;
}
.TagClassName
{
border-color: #B1941B;
}
</style>