Shades of Nugget #B4902B
Tints of Nugget #B4902B
RGB
CMYK
RGB Variations
Color information
#B4902B (or 0xB4902B) is known color: Nugget. HEX triplet: B4, 90 and 2B. RGB value is (180,144,43). Sum of RGB (Red+Green+Blue) = 180+144+43=367 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.05% from 367); Green value is 144 (56.64% from 255 or 39.24% from 367); Blue value is 43 (17.19% from 255 or 11.72% from 367); Max value from RGB is 180 - color contains mainly: red. Hex color #B4902B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4902B is #4B6FD4. Grayscale: #8F8F8F. Windows color (decimal): -4943829 or 2855092. OLE color: 2855092.
HSL color Cylindrical-coordinate representation of color #B4902B: hue angle of 44.23º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B4902B is Cyan = 0, Magento = 0.2, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 144 | 43 | - |
| CMYK | 0 | 0.2 | 0.76 | 0.29 |
| HSL | 44.23º | 0.61% | 0.44% | - |
| HSV(B) | 44.23º | 0.76% | 0.71% | - |
| XYZ | 29.23 | 29.82 | 6.5 | - |
| YUV | 143.25 | 71.43 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 144 | 43 | 0 | 0.2 | 0.76 | 0.29 | 44.23 | 0.61 | 0.44 |
| Hex | B4 | 90 | 2B | 0 | 14 | 4C | 1D | 2C | 3D | 2C |
| Octal | 264 | 220 | 53 | 0 | 24 | 114 | 35 | 54 | 75 | 54 |
| Binary | 10110100 | 10010000 | 101011 | 0 | 10100 | 1001100 | 11101 | 101100 | 111101 | 101100 |
Color Harmonies of #B4902B
Complementary color
Monochromatic Colors of #B4902B
Black with #B4902B
Text Example
Text Example
White with #B4902B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4902B; }
p { color: rgb(180,144,43); }
H1.HeaderClassName
{
color: #B4902B;
}
.AnyTagClassName
{
color: #B4902B;
}
</style>
background-color css
<style>
a { background-color: #B4902B; }
a { background-color: rgb(180,144,43); }
div.DivClassName
{
background-color: #B4902B;
}
.BgClassName
{
background-color: #B4902B;
}
</style>
border-color css
<style>
span { border-color: #B4902B; }
span { border-color: rgb(180,144,43); }
td.TdClassName
{
border-color: #B4902B;
}
.TagClassName
{
border-color: #B4902B;
}
</style>