Shades of Lucky #B09C0D
Tints of Lucky #B09C0D
RGB
CMYK
RGB Variations
Color information
#B09C0D (or 0xB09C0D) is known color: Lucky. HEX triplet: B0, 9C and 0D. RGB value is (176,156,13). Sum of RGB (Red+Green+Blue) = 176+156+13=345 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.01% from 345); Green value is 156 (61.33% from 255 or 45.22% from 345); Blue value is 13 (5.47% from 255 or 3.77% from 345); Max value from RGB is 176 - color contains mainly: red. Hex color #B09C0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09C0D is #4F63F2. Grayscale: #929292. Windows color (decimal): -5202931 or 892080. OLE color: 892080.
HSL color Cylindrical-coordinate representation of color #B09C0D: hue angle of 52.64º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B09C0D is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 156 | 13 | - |
| CMYK | 0 | 0.11 | 0.93 | 0.31 |
| HSL | 52.64º | 0.86% | 0.37% | - |
| HSV(B) | 52.64º | 0.93% | 0.69% | - |
| XYZ | 29.87 | 33.04 | 5.18 | - |
| YUV | 145.68 | 53.13 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 156 | 13 | 0 | 0.11 | 0.93 | 0.31 | 52.64 | 0.86 | 0.37 |
| Hex | B0 | 9C | D | 0 | B | 5D | 1F | 35 | 56 | 25 |
| Octal | 260 | 234 | 15 | 0 | 13 | 135 | 37 | 65 | 126 | 45 |
| Binary | 10110000 | 10011100 | 1101 | 0 | 1011 | 1011101 | 11111 | 110101 | 1010110 | 100101 |
Color Harmonies of #B09C0D
Complementary color
Monochromatic Colors of #B09C0D
Black with #B09C0D
Text Example
Text Example
White with #B09C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09C0D; }
p { color: rgb(176,156,13); }
H1.HeaderClassName
{
color: #B09C0D;
}
.AnyTagClassName
{
color: #B09C0D;
}
</style>
background-color css
<style>
a { background-color: #B09C0D; }
a { background-color: rgb(176,156,13); }
div.DivClassName
{
background-color: #B09C0D;
}
.BgClassName
{
background-color: #B09C0D;
}
</style>
border-color css
<style>
span { border-color: #B09C0D; }
span { border-color: rgb(176,156,13); }
td.TdClassName
{
border-color: #B09C0D;
}
.TagClassName
{
border-color: #B09C0D;
}
</style>