Shades of Lucky #B0950E
Tints of Lucky #B0950E
RGB
CMYK
RGB Variations
Color information
#B0950E (or 0xB0950E) is known color: Lucky. HEX triplet: B0, 95 and 0E. RGB value is (176,149,14). Sum of RGB (Red+Green+Blue) = 176+149+14=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 149 (58.59% from 255 or 43.95% from 339); Blue value is 14 (5.86% from 255 or 4.13% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B0950E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0950E is #4F6AF1. Grayscale: #8E8E8E. Windows color (decimal): -5204722 or 955824. OLE color: 955824.
HSL color Cylindrical-coordinate representation of color #B0950E: hue angle of 50º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B0950E is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 149 | 14 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.31 |
| HSL | 50º | 0.85% | 0.37% | - |
| HSV(B) | 50º | 0.92% | 0.69% | - |
| XYZ | 28.73 | 30.76 | 4.84 | - |
| YUV | 141.68 | 55.95 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 149 | 14 | 0 | 0.15 | 0.92 | 0.31 | 50 | 0.85 | 0.37 |
| Hex | B0 | 95 | E | 0 | F | 5C | 1F | 32 | 55 | 25 |
| Octal | 260 | 225 | 16 | 0 | 17 | 134 | 37 | 62 | 125 | 45 |
| Binary | 10110000 | 10010101 | 1110 | 0 | 1111 | 1011100 | 11111 | 110010 | 1010101 | 100101 |
Color Harmonies of #B0950E
Complementary color
Monochromatic Colors of #B0950E
Black with #B0950E
Text Example
Text Example
White with #B0950E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0950E; }
p { color: rgb(176,149,14); }
H1.HeaderClassName
{
color: #B0950E;
}
.AnyTagClassName
{
color: #B0950E;
}
</style>
background-color css
<style>
a { background-color: #B0950E; }
a { background-color: rgb(176,149,14); }
div.DivClassName
{
background-color: #B0950E;
}
.BgClassName
{
background-color: #B0950E;
}
</style>
border-color css
<style>
span { border-color: #B0950E; }
span { border-color: rgb(176,149,14); }
td.TdClassName
{
border-color: #B0950E;
}
.TagClassName
{
border-color: #B0950E;
}
</style>