Shades of Lucky #B1981B
Tints of Lucky #B1981B
RGB
CMYK
RGB Variations
Color information
#B1981B (or 0xB1981B) is known color: Lucky. HEX triplet: B1, 98 and 1B. RGB value is (177,152,27). Sum of RGB (Red+Green+Blue) = 177+152+27=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 152 (59.77% from 255 or 42.70% from 356); Blue value is 27 (10.94% from 255 or 7.58% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B1981B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1981B is #4E67E4. Grayscale: #919191. Windows color (decimal): -5138405 or 1808561. OLE color: 1808561.
HSL color Cylindrical-coordinate representation of color #B1981B: hue angle of 50º 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 #B1981B is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 152 | 27 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.31 |
| HSL | 50º | 0.74% | 0.4% | - |
| HSV(B) | 50º | 0.85% | 0.69% | - |
| XYZ | 29.56 | 31.88 | 5.63 | - |
| YUV | 145.23 | 61.28 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 152 | 27 | 0 | 0.14 | 0.85 | 0.31 | 50 | 0.74 | 0.4 |
| Hex | B1 | 98 | 1B | 0 | E | 55 | 1F | 32 | 4A | 28 |
| Octal | 261 | 230 | 33 | 0 | 16 | 125 | 37 | 62 | 112 | 50 |
| Binary | 10110001 | 10011000 | 11011 | 0 | 1110 | 1010101 | 11111 | 110010 | 1001010 | 101000 |
Color Harmonies of #B1981B
Complementary color
Monochromatic Colors of #B1981B
Black with #B1981B
Text Example
Text Example
White with #B1981B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1981B; }
p { color: rgb(177,152,27); }
H1.HeaderClassName
{
color: #B1981B;
}
.AnyTagClassName
{
color: #B1981B;
}
</style>
background-color css
<style>
a { background-color: #B1981B; }
a { background-color: rgb(177,152,27); }
div.DivClassName
{
background-color: #B1981B;
}
.BgClassName
{
background-color: #B1981B;
}
</style>
border-color css
<style>
span { border-color: #B1981B; }
span { border-color: rgb(177,152,27); }
td.TdClassName
{
border-color: #B1981B;
}
.TagClassName
{
border-color: #B1981B;
}
</style>