Shades of Lucky #B09A07
Tints of Lucky #B09A07
RGB
CMYK
RGB Variations
Color information
#B09A07 (or 0xB09A07) is known color: Lucky. HEX triplet: B0, 9A and 07. RGB value is (176,154,7). Sum of RGB (Red+Green+Blue) = 176+154+7=337 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.23% from 337); Green value is 154 (60.55% from 255 or 45.70% from 337); Blue value is 7 (3.12% from 255 or 2.08% from 337); Max value from RGB is 176 - color contains mainly: red. Hex color #B09A07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09A07 is #4F65F8. Grayscale: #909090. Windows color (decimal): -5203449 or 498352. OLE color: 498352.
HSL color Cylindrical-coordinate representation of color #B09A07: hue angle of 52.19º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B09A07 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 154 | 7 | - |
| CMYK | 0 | 0.12 | 0.96 | 0.31 |
| HSL | 52.19º | 0.92% | 0.36% | - |
| HSV(B) | 52.19º | 0.96% | 0.69% | - |
| XYZ | 29.5 | 32.36 | 4.89 | - |
| YUV | 143.82 | 50.79 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 154 | 7 | 0 | 0.12 | 0.96 | 0.31 | 52.19 | 0.92 | 0.36 |
| Hex | B0 | 9A | 7 | 0 | C | 60 | 1F | 34 | 5C | 24 |
| Octal | 260 | 232 | 7 | 0 | 14 | 140 | 37 | 64 | 134 | 44 |
| Binary | 10110000 | 10011010 | 111 | 0 | 1100 | 1100000 | 11111 | 110100 | 1011100 | 100100 |
Color Harmonies of #B09A07
Complementary color
Monochromatic Colors of #B09A07
Black with #B09A07
Text Example
Text Example
White with #B09A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09A07; }
p { color: rgb(176,154,7); }
H1.HeaderClassName
{
color: #B09A07;
}
.AnyTagClassName
{
color: #B09A07;
}
</style>
background-color css
<style>
a { background-color: #B09A07; }
a { background-color: rgb(176,154,7); }
div.DivClassName
{
background-color: #B09A07;
}
.BgClassName
{
background-color: #B09A07;
}
</style>
border-color css
<style>
span { border-color: #B09A07; }
span { border-color: rgb(176,154,7); }
td.TdClassName
{
border-color: #B09A07;
}
.TagClassName
{
border-color: #B09A07;
}
</style>