Shades of Lucky #B1951D
Tints of Lucky #B1951D
RGB
CMYK
RGB Variations
Color information
#B1951D (or 0xB1951D) is known color: Lucky. HEX triplet: B1, 95 and 1D. RGB value is (177,149,29). Sum of RGB (Red+Green+Blue) = 177+149+29=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 149 (58.59% from 255 or 41.97% from 355); Blue value is 29 (11.72% from 255 or 8.17% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B1951D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1951D is #4E6AE2. Grayscale: #909090. Windows color (decimal): -5139171 or 1938865. OLE color: 1938865.
HSL color Cylindrical-coordinate representation of color #B1951D: hue angle of 48.65º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B1951D is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 149 | 29 | - |
| CMYK | 0 | 0.16 | 0.84 | 0.31 |
| HSL | 48.65º | 0.72% | 0.4% | - |
| HSV(B) | 48.65º | 0.84% | 0.69% | - |
| XYZ | 29.1 | 30.93 | 5.6 | - |
| YUV | 143.69 | 63.28 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 149 | 29 | 0 | 0.16 | 0.84 | 0.31 | 48.65 | 0.72 | 0.4 |
| Hex | B1 | 95 | 1D | 0 | 10 | 54 | 1F | 31 | 48 | 28 |
| Octal | 261 | 225 | 35 | 0 | 20 | 124 | 37 | 61 | 110 | 50 |
| Binary | 10110001 | 10010101 | 11101 | 0 | 10000 | 1010100 | 11111 | 110001 | 1001000 | 101000 |
Color Harmonies of #B1951D
Complementary color
Monochromatic Colors of #B1951D
Black with #B1951D
Text Example
Text Example
White with #B1951D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1951D; }
p { color: rgb(177,149,29); }
H1.HeaderClassName
{
color: #B1951D;
}
.AnyTagClassName
{
color: #B1951D;
}
</style>
background-color css
<style>
a { background-color: #B1951D; }
a { background-color: rgb(177,149,29); }
div.DivClassName
{
background-color: #B1951D;
}
.BgClassName
{
background-color: #B1951D;
}
</style>
border-color css
<style>
span { border-color: #B1951D; }
span { border-color: rgb(177,149,29); }
td.TdClassName
{
border-color: #B1951D;
}
.TagClassName
{
border-color: #B1951D;
}
</style>