Shades of Nugget #B48A2A
Tints of Nugget #B48A2A
RGB
CMYK
RGB Variations
Color information
#B48A2A (or 0xB48A2A) is known color: Nugget. HEX triplet: B4, 8A and 2A. RGB value is (180,138,42). Sum of RGB (Red+Green+Blue) = 180+138+42=360 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50% from 360); Green value is 138 (54.30% from 255 or 38.33% from 360); Blue value is 42 (16.80% from 255 or 11.67% from 360); Max value from RGB is 180 - color contains mainly: red. Hex color #B48A2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48A2A is #4B75D5. Grayscale: #8C8C8C. Windows color (decimal): -4945366 or 2788020. OLE color: 2788020.
HSL color Cylindrical-coordinate representation of color #B48A2A: hue angle of 41.74º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B48A2A is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 138 | 42 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.29 |
| HSL | 41.74º | 0.62% | 0.44% | - |
| HSV(B) | 41.74º | 0.77% | 0.71% | - |
| XYZ | 28.33 | 28.05 | 6.11 | - |
| YUV | 139.61 | 72.91 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 138 | 42 | 0 | 0.23 | 0.77 | 0.29 | 41.74 | 0.62 | 0.44 |
| Hex | B4 | 8A | 2A | 0 | 17 | 4D | 1D | 2A | 3E | 2C |
| Octal | 264 | 212 | 52 | 0 | 27 | 115 | 35 | 52 | 76 | 54 |
| Binary | 10110100 | 10001010 | 101010 | 0 | 10111 | 1001101 | 11101 | 101010 | 111110 | 101100 |
Color Harmonies of #B48A2A
Complementary color
Monochromatic Colors of #B48A2A
Black with #B48A2A
Text Example
Text Example
White with #B48A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48A2A; }
p { color: rgb(180,138,42); }
H1.HeaderClassName
{
color: #B48A2A;
}
.AnyTagClassName
{
color: #B48A2A;
}
</style>
background-color css
<style>
a { background-color: #B48A2A; }
a { background-color: rgb(180,138,42); }
div.DivClassName
{
background-color: #B48A2A;
}
.BgClassName
{
background-color: #B48A2A;
}
</style>
border-color css
<style>
span { border-color: #B48A2A; }
span { border-color: rgb(180,138,42); }
td.TdClassName
{
border-color: #B48A2A;
}
.TagClassName
{
border-color: #B48A2A;
}
</style>