Shades of Lucky #B1921A
Tints of Lucky #B1921A
RGB
CMYK
RGB Variations
Color information
#B1921A (or 0xB1921A) is known color: Lucky. HEX triplet: B1, 92 and 1A. RGB value is (177,146,26). Sum of RGB (Red+Green+Blue) = 177+146+26=349 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.72% from 349); Green value is 146 (57.42% from 255 or 41.83% from 349); Blue value is 26 (10.55% from 255 or 7.45% from 349); Max value from RGB is 177 - color contains mainly: red. Hex color #B1921A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1921A is #4E6DE5. Grayscale: #8E8E8E. Windows color (decimal): -5139942 or 1741489. OLE color: 1741489.
HSL color Cylindrical-coordinate representation of color #B1921A: hue angle of 47.68º 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 #B1921A is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 146 | 26 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.31 |
| HSL | 47.68º | 0.74% | 0.4% | - |
| HSV(B) | 47.68º | 0.85% | 0.69% | - |
| XYZ | 28.6 | 29.98 | 5.26 | - |
| YUV | 141.59 | 62.77 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 146 | 26 | 0 | 0.18 | 0.85 | 0.31 | 47.68 | 0.74 | 0.4 |
| Hex | B1 | 92 | 1A | 0 | 12 | 55 | 1F | 30 | 4A | 28 |
| Octal | 261 | 222 | 32 | 0 | 22 | 125 | 37 | 60 | 112 | 50 |
| Binary | 10110001 | 10010010 | 11010 | 0 | 10010 | 1010101 | 11111 | 110000 | 1001010 | 101000 |
Color Harmonies of #B1921A
Complementary color
Monochromatic Colors of #B1921A
Black with #B1921A
Text Example
Text Example
White with #B1921A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1921A; }
p { color: rgb(177,146,26); }
H1.HeaderClassName
{
color: #B1921A;
}
.AnyTagClassName
{
color: #B1921A;
}
</style>
background-color css
<style>
a { background-color: #B1921A; }
a { background-color: rgb(177,146,26); }
div.DivClassName
{
background-color: #B1921A;
}
.BgClassName
{
background-color: #B1921A;
}
</style>
border-color css
<style>
span { border-color: #B1921A; }
span { border-color: rgb(177,146,26); }
td.TdClassName
{
border-color: #B1921A;
}
.TagClassName
{
border-color: #B1921A;
}
</style>