Shades of Nugget #B88A1F
Tints of Nugget #B88A1F
RGB
CMYK
RGB Variations
Color information
#B88A1F (or 0xB88A1F) is known color: Nugget. HEX triplet: B8, 8A and 1F. RGB value is (184,138,31). Sum of RGB (Red+Green+Blue) = 184+138+31=353 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.12% from 353); Green value is 138 (54.30% from 255 or 39.09% from 353); Blue value is 31 (12.5% from 255 or 8.78% from 353); Max value from RGB is 184 - color contains mainly: red. Hex color #B88A1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88A1F is #4775E0. Grayscale: #8C8C8C. Windows color (decimal): -4683233 or 2067128. OLE color: 2067128.
HSL color Cylindrical-coordinate representation of color #B88A1F: hue angle of 41.96º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B88A1F is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 138 | 31 | - |
| CMYK | 0 | 0.25 | 0.83 | 0.28 |
| HSL | 41.96º | 0.71% | 0.42% | - |
| HSV(B) | 41.96º | 0.83% | 0.72% | - |
| XYZ | 29.1 | 28.47 | 5.26 | - |
| YUV | 139.56 | 66.74 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 138 | 31 | 0 | 0.25 | 0.83 | 0.28 | 41.96 | 0.71 | 0.42 |
| Hex | B8 | 8A | 1F | 0 | 19 | 53 | 1C | 2A | 47 | 2A |
| Octal | 270 | 212 | 37 | 0 | 31 | 123 | 34 | 52 | 107 | 52 |
| Binary | 10111000 | 10001010 | 11111 | 0 | 11001 | 1010011 | 11100 | 101010 | 1000111 | 101010 |
Color Harmonies of #B88A1F
Complementary color
Monochromatic Colors of #B88A1F
Black with #B88A1F
Text Example
Text Example
White with #B88A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88A1F; }
p { color: rgb(184,138,31); }
H1.HeaderClassName
{
color: #B88A1F;
}
.AnyTagClassName
{
color: #B88A1F;
}
</style>
background-color css
<style>
a { background-color: #B88A1F; }
a { background-color: rgb(184,138,31); }
div.DivClassName
{
background-color: #B88A1F;
}
.BgClassName
{
background-color: #B88A1F;
}
</style>
border-color css
<style>
span { border-color: #B88A1F; }
span { border-color: rgb(184,138,31); }
td.TdClassName
{
border-color: #B88A1F;
}
.TagClassName
{
border-color: #B88A1F;
}
</style>