Shades of Lucky #B2940F
Tints of Lucky #B2940F
RGB
CMYK
RGB Variations
Color information
#B2940F (or 0xB2940F) is known color: Lucky. HEX triplet: B2, 94 and 0F. RGB value is (178,148,15). Sum of RGB (Red+Green+Blue) = 178+148+15=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 148 (58.20% from 255 or 43.40% from 341); Blue value is 15 (6.25% from 255 or 4.40% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B2940F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2940F is #4D6BF0. Grayscale: #8E8E8E. Windows color (decimal): -5073905 or 1021106. OLE color: 1021106.
HSL color Cylindrical-coordinate representation of color #B2940F: hue angle of 48.96º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B2940F is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 148 | 15 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.30 |
| HSL | 48.96º | 0.84% | 0.38% | - |
| HSV(B) | 48.96º | 0.92% | 0.7% | - |
| XYZ | 29.04 | 30.68 | 4.84 | - |
| YUV | 141.81 | 56.44 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 148 | 15 | 0 | 0.17 | 0.92 | 0.30 | 48.96 | 0.84 | 0.38 |
| Hex | B2 | 94 | F | 0 | 11 | 5C | 1E | 31 | 54 | 26 |
| Octal | 262 | 224 | 17 | 0 | 21 | 134 | 36 | 61 | 124 | 46 |
| Binary | 10110010 | 10010100 | 1111 | 0 | 10001 | 1011100 | 11110 | 110001 | 1010100 | 100110 |
Color Harmonies of #B2940F
Complementary color
Monochromatic Colors of #B2940F
Black with #B2940F
Text Example
Text Example
White with #B2940F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2940F; }
p { color: rgb(178,148,15); }
H1.HeaderClassName
{
color: #B2940F;
}
.AnyTagClassName
{
color: #B2940F;
}
</style>
background-color css
<style>
a { background-color: #B2940F; }
a { background-color: rgb(178,148,15); }
div.DivClassName
{
background-color: #B2940F;
}
.BgClassName
{
background-color: #B2940F;
}
</style>
border-color css
<style>
span { border-color: #B2940F; }
span { border-color: rgb(178,148,15); }
td.TdClassName
{
border-color: #B2940F;
}
.TagClassName
{
border-color: #B2940F;
}
</style>