Shades of Lucky #B09315
Tints of Lucky #B09315
RGB
CMYK
RGB Variations
Color information
#B09315 (or 0xB09315) is known color: Lucky. HEX triplet: B0, 93 and 15. RGB value is (176,147,21). Sum of RGB (Red+Green+Blue) = 176+147+21=344 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.16% from 344); Green value is 147 (57.81% from 255 or 42.73% from 344); Blue value is 21 (8.59% from 255 or 6.10% from 344); Max value from RGB is 176 - color contains mainly: red. Hex color #B09315 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09315 is #4F6CEA. Grayscale: #8D8D8D. Windows color (decimal): -5205227 or 1414064. OLE color: 1414064.
HSL color Cylindrical-coordinate representation of color #B09315: hue angle of 48.77º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B09315 is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 147 | 21 | - |
| CMYK | 0 | 0.16 | 0.88 | 0.31 |
| HSL | 48.77º | 0.79% | 0.39% | - |
| HSV(B) | 48.77º | 0.88% | 0.69% | - |
| XYZ | 28.47 | 30.15 | 5.03 | - |
| YUV | 141.31 | 60.11 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 147 | 21 | 0 | 0.16 | 0.88 | 0.31 | 48.77 | 0.79 | 0.39 |
| Hex | B0 | 93 | 15 | 0 | 10 | 58 | 1F | 31 | 4F | 27 |
| Octal | 260 | 223 | 25 | 0 | 20 | 130 | 37 | 61 | 117 | 47 |
| Binary | 10110000 | 10010011 | 10101 | 0 | 10000 | 1011000 | 11111 | 110001 | 1001111 | 100111 |
Color Harmonies of #B09315
Complementary color
Monochromatic Colors of #B09315
Black with #B09315
Text Example
Text Example
White with #B09315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09315; }
p { color: rgb(176,147,21); }
H1.HeaderClassName
{
color: #B09315;
}
.AnyTagClassName
{
color: #B09315;
}
</style>
background-color css
<style>
a { background-color: #B09315; }
a { background-color: rgb(176,147,21); }
div.DivClassName
{
background-color: #B09315;
}
.BgClassName
{
background-color: #B09315;
}
</style>
border-color css
<style>
span { border-color: #B09315; }
span { border-color: rgb(176,147,21); }
td.TdClassName
{
border-color: #B09315;
}
.TagClassName
{
border-color: #B09315;
}
</style>