Shades of Nugget #B38A2A
Tints of Nugget #B38A2A
RGB
CMYK
RGB Variations
Color information
#B38A2A (or 0xB38A2A) is known color: Nugget. HEX triplet: B3, 8A and 2A. RGB value is (179,138,42). Sum of RGB (Red+Green+Blue) = 179+138+42=359 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.86% from 359); Green value is 138 (54.30% from 255 or 38.44% from 359); Blue value is 42 (16.80% from 255 or 11.70% from 359); Max value from RGB is 179 - color contains mainly: red. Hex color #B38A2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38A2A is #4C75D5. Grayscale: #8B8B8B. Windows color (decimal): -5010902 or 2788019. OLE color: 2788019.
HSL color Cylindrical-coordinate representation of color #B38A2A: hue angle of 42.04º 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 #B38A2A is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 138 | 42 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.30 |
| HSL | 42.04º | 0.62% | 0.43% | - |
| HSV(B) | 42.04º | 0.77% | 0.7% | - |
| XYZ | 28.1 | 27.93 | 6.1 | - |
| YUV | 139.32 | 73.08 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 138 | 42 | 0 | 0.23 | 0.77 | 0.30 | 42.04 | 0.62 | 0.43 |
| Hex | B3 | 8A | 2A | 0 | 17 | 4D | 1E | 2A | 3E | 2B |
| Octal | 263 | 212 | 52 | 0 | 27 | 115 | 36 | 52 | 76 | 53 |
| Binary | 10110011 | 10001010 | 101010 | 0 | 10111 | 1001101 | 11110 | 101010 | 111110 | 101011 |
Color Harmonies of #B38A2A
Complementary color
Monochromatic Colors of #B38A2A
Black with #B38A2A
Text Example
Text Example
White with #B38A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38A2A; }
p { color: rgb(179,138,42); }
H1.HeaderClassName
{
color: #B38A2A;
}
.AnyTagClassName
{
color: #B38A2A;
}
</style>
background-color css
<style>
a { background-color: #B38A2A; }
a { background-color: rgb(179,138,42); }
div.DivClassName
{
background-color: #B38A2A;
}
.BgClassName
{
background-color: #B38A2A;
}
</style>
border-color css
<style>
span { border-color: #B38A2A; }
span { border-color: rgb(179,138,42); }
td.TdClassName
{
border-color: #B38A2A;
}
.TagClassName
{
border-color: #B38A2A;
}
</style>