Shades of Nugget #B38A1F
Tints of Nugget #B38A1F
RGB
CMYK
RGB Variations
Color information
#B38A1F (or 0xB38A1F) is known color: Nugget. HEX triplet: B3, 8A and 1F. RGB value is (179,138,31). Sum of RGB (Red+Green+Blue) = 179+138+31=348 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.44% from 348); Green value is 138 (54.30% from 255 or 39.66% from 348); Blue value is 31 (12.5% from 255 or 8.91% from 348); Max value from RGB is 179 - color contains mainly: red. Hex color #B38A1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38A1F is #4C75E0. Grayscale: #8A8A8A. Windows color (decimal): -5010913 or 2067123. OLE color: 2067123.
HSL color Cylindrical-coordinate representation of color #B38A1F: hue angle of 43.38º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B38A1F is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 138 | 31 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.30 |
| HSL | 43.38º | 0.7% | 0.41% | - |
| HSV(B) | 43.38º | 0.83% | 0.7% | - |
| XYZ | 27.93 | 27.86 | 5.2 | - |
| YUV | 138.06 | 67.58 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 138 | 31 | 0 | 0.23 | 0.83 | 0.30 | 43.38 | 0.7 | 0.41 |
| Hex | B3 | 8A | 1F | 0 | 17 | 53 | 1E | 2B | 46 | 29 |
| Octal | 263 | 212 | 37 | 0 | 27 | 123 | 36 | 53 | 106 | 51 |
| Binary | 10110011 | 10001010 | 11111 | 0 | 10111 | 1010011 | 11110 | 101011 | 1000110 | 101001 |
Color Harmonies of #B38A1F
Complementary color
Monochromatic Colors of #B38A1F
Black with #B38A1F
Text Example
Text Example
White with #B38A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38A1F; }
p { color: rgb(179,138,31); }
H1.HeaderClassName
{
color: #B38A1F;
}
.AnyTagClassName
{
color: #B38A1F;
}
</style>
background-color css
<style>
a { background-color: #B38A1F; }
a { background-color: rgb(179,138,31); }
div.DivClassName
{
background-color: #B38A1F;
}
.BgClassName
{
background-color: #B38A1F;
}
</style>
border-color css
<style>
span { border-color: #B38A1F; }
span { border-color: rgb(179,138,31); }
td.TdClassName
{
border-color: #B38A1F;
}
.TagClassName
{
border-color: #B38A1F;
}
</style>