Shades of Lucky #B09C1E
Tints of Lucky #B09C1E
RGB
CMYK
RGB Variations
Color information
#B09C1E (or 0xB09C1E) is known color: Lucky. HEX triplet: B0, 9C and 1E. RGB value is (176,156,30). Sum of RGB (Red+Green+Blue) = 176+156+30=362 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.62% from 362); Green value is 156 (61.33% from 255 or 43.09% from 362); Blue value is 30 (12.11% from 255 or 8.29% from 362); Max value from RGB is 176 - color contains mainly: red. Hex color #B09C1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09C1E is #4F63E1. Grayscale: #949494. Windows color (decimal): -5202914 or 2006192. OLE color: 2006192.
HSL color Cylindrical-coordinate representation of color #B09C1E: hue angle of 51.78º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B09C1E is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 156 | 30 | - |
| CMYK | 0 | 0.11 | 0.83 | 0.31 |
| HSL | 51.78º | 0.71% | 0.4% | - |
| HSV(B) | 51.78º | 0.83% | 0.69% | - |
| XYZ | 30.03 | 33.1 | 6.03 | - |
| YUV | 147.62 | 61.63 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 156 | 30 | 0 | 0.11 | 0.83 | 0.31 | 51.78 | 0.71 | 0.4 |
| Hex | B0 | 9C | 1E | 0 | B | 53 | 1F | 34 | 47 | 28 |
| Octal | 260 | 234 | 36 | 0 | 13 | 123 | 37 | 64 | 107 | 50 |
| Binary | 10110000 | 10011100 | 11110 | 0 | 1011 | 1010011 | 11111 | 110100 | 1000111 | 101000 |
Color Harmonies of #B09C1E
Complementary color
Monochromatic Colors of #B09C1E
Black with #B09C1E
Text Example
Text Example
White with #B09C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09C1E; }
p { color: rgb(176,156,30); }
H1.HeaderClassName
{
color: #B09C1E;
}
.AnyTagClassName
{
color: #B09C1E;
}
</style>
background-color css
<style>
a { background-color: #B09C1E; }
a { background-color: rgb(176,156,30); }
div.DivClassName
{
background-color: #B09C1E;
}
.BgClassName
{
background-color: #B09C1E;
}
</style>
border-color css
<style>
span { border-color: #B09C1E; }
span { border-color: rgb(176,156,30); }
td.TdClassName
{
border-color: #B09C1E;
}
.TagClassName
{
border-color: #B09C1E;
}
</style>