Shades of Nugget #B3902A
Tints of Nugget #B3902A
RGB
CMYK
RGB Variations
Color information
#B3902A (or 0xB3902A) is known color: Nugget. HEX triplet: B3, 90 and 2A. RGB value is (179,144,42). Sum of RGB (Red+Green+Blue) = 179+144+42=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 42 (16.80% from 255 or 11.51% from 365); Max value from RGB is 179 - color contains mainly: red. Hex color #B3902A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3902A is #4C6FD5. Grayscale: #8F8F8F. Windows color (decimal): -5009366 or 2789555. OLE color: 2789555.
HSL color Cylindrical-coordinate representation of color #B3902A: hue angle of 44.67º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B3902A is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 144 | 42 | - |
| CMYK | 0 | 0.20 | 0.77 | 0.30 |
| HSL | 44.67º | 0.62% | 0.43% | - |
| HSV(B) | 44.67º | 0.77% | 0.7% | - |
| XYZ | 28.98 | 29.7 | 6.4 | - |
| YUV | 142.84 | 71.1 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 144 | 42 | 0 | 0.20 | 0.77 | 0.30 | 44.67 | 0.62 | 0.43 |
| Hex | B3 | 90 | 2A | 0 | 14 | 4D | 1E | 2D | 3E | 2B |
| Octal | 263 | 220 | 52 | 0 | 24 | 115 | 36 | 55 | 76 | 53 |
| Binary | 10110011 | 10010000 | 101010 | 0 | 10100 | 1001101 | 11110 | 101101 | 111110 | 101011 |
Color Harmonies of #B3902A
Complementary color
Monochromatic Colors of #B3902A
Black with #B3902A
Text Example
Text Example
White with #B3902A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3902A; }
p { color: rgb(179,144,42); }
H1.HeaderClassName
{
color: #B3902A;
}
.AnyTagClassName
{
color: #B3902A;
}
</style>
background-color css
<style>
a { background-color: #B3902A; }
a { background-color: rgb(179,144,42); }
div.DivClassName
{
background-color: #B3902A;
}
.BgClassName
{
background-color: #B3902A;
}
</style>
border-color css
<style>
span { border-color: #B3902A; }
span { border-color: rgb(179,144,42); }
td.TdClassName
{
border-color: #B3902A;
}
.TagClassName
{
border-color: #B3902A;
}
</style>