Shades of Lucky #B09C20
Tints of Lucky #B09C20
RGB
CMYK
RGB Variations
Color information
#B09C20 (or 0xB09C20) is known color: Lucky. HEX triplet: B0, 9C and 20. RGB value is (176,156,32). Sum of RGB (Red+Green+Blue) = 176+156+32=364 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.35% from 364); Green value is 156 (61.33% from 255 or 42.86% from 364); Blue value is 32 (12.89% from 255 or 8.79% from 364); Max value from RGB is 176 - color contains mainly: red. Hex color #B09C20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09C20 is #4F63DF. Grayscale: #949494. Windows color (decimal): -5202912 or 2137264. OLE color: 2137264.
HSL color Cylindrical-coordinate representation of color #B09C20: hue angle of 51.67º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B09C20 is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 156 | 32 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.31 |
| HSL | 51.67º | 0.69% | 0.41% | - |
| HSV(B) | 51.67º | 0.82% | 0.69% | - |
| XYZ | 30.05 | 33.11 | 6.17 | - |
| YUV | 147.84 | 62.63 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 156 | 32 | 0 | 0.11 | 0.82 | 0.31 | 51.67 | 0.69 | 0.41 |
| Hex | B0 | 9C | 20 | 0 | B | 52 | 1F | 34 | 45 | 29 |
| Octal | 260 | 234 | 40 | 0 | 13 | 122 | 37 | 64 | 105 | 51 |
| Binary | 10110000 | 10011100 | 100000 | 0 | 1011 | 1010010 | 11111 | 110100 | 1000101 | 101001 |
Color Harmonies of #B09C20
Complementary color
Monochromatic Colors of #B09C20
Black with #B09C20
Text Example
Text Example
White with #B09C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09C20; }
p { color: rgb(176,156,32); }
H1.HeaderClassName
{
color: #B09C20;
}
.AnyTagClassName
{
color: #B09C20;
}
</style>
background-color css
<style>
a { background-color: #B09C20; }
a { background-color: rgb(176,156,32); }
div.DivClassName
{
background-color: #B09C20;
}
.BgClassName
{
background-color: #B09C20;
}
</style>
border-color css
<style>
span { border-color: #B09C20; }
span { border-color: rgb(176,156,32); }
td.TdClassName
{
border-color: #B09C20;
}
.TagClassName
{
border-color: #B09C20;
}
</style>