Shades of Nugget #B7902B
Tints of Nugget #B7902B
RGB
CMYK
RGB Variations
Color information
#B7902B (or 0xB7902B) is known color: Nugget. HEX triplet: B7, 90 and 2B. RGB value is (183,144,43). Sum of RGB (Red+Green+Blue) = 183+144+43=370 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.46% from 370); Green value is 144 (56.64% from 255 or 38.92% from 370); Blue value is 43 (17.19% from 255 or 11.62% from 370); Max value from RGB is 183 - color contains mainly: red. Hex color #B7902B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7902B is #486FD4. Grayscale: #909090. Windows color (decimal): -4747221 or 2855095. OLE color: 2855095.
HSL color Cylindrical-coordinate representation of color #B7902B: hue angle of 43.29º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B7902B is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 144 | 43 | - |
| CMYK | 0 | 0.21 | 0.77 | 0.28 |
| HSL | 43.29º | 0.62% | 0.44% | - |
| HSV(B) | 43.29º | 0.77% | 0.72% | - |
| XYZ | 29.94 | 30.19 | 6.53 | - |
| YUV | 144.15 | 70.92 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 144 | 43 | 0 | 0.21 | 0.77 | 0.28 | 43.29 | 0.62 | 0.44 |
| Hex | B7 | 90 | 2B | 0 | 15 | 4D | 1C | 2B | 3E | 2C |
| Octal | 267 | 220 | 53 | 0 | 25 | 115 | 34 | 53 | 76 | 54 |
| Binary | 10110111 | 10010000 | 101011 | 0 | 10101 | 1001101 | 11100 | 101011 | 111110 | 101100 |
Color Harmonies of #B7902B
Complementary color
Monochromatic Colors of #B7902B
Black with #B7902B
Text Example
Text Example
White with #B7902B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7902B; }
p { color: rgb(183,144,43); }
H1.HeaderClassName
{
color: #B7902B;
}
.AnyTagClassName
{
color: #B7902B;
}
</style>
background-color css
<style>
a { background-color: #B7902B; }
a { background-color: rgb(183,144,43); }
div.DivClassName
{
background-color: #B7902B;
}
.BgClassName
{
background-color: #B7902B;
}
</style>
border-color css
<style>
span { border-color: #B7902B; }
span { border-color: rgb(183,144,43); }
td.TdClassName
{
border-color: #B7902B;
}
.TagClassName
{
border-color: #B7902B;
}
</style>