Shades of Nugget #B88A1C
Tints of Nugget #B88A1C
RGB
CMYK
RGB Variations
Color information
#B88A1C (or 0xB88A1C) is known color: Nugget. HEX triplet: B8, 8A and 1C. RGB value is (184,138,28). Sum of RGB (Red+Green+Blue) = 184+138+28=350 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.57% from 350); Green value is 138 (54.30% from 255 or 39.43% from 350); Blue value is 28 (11.33% from 255 or 8% from 350); Max value from RGB is 184 - color contains mainly: red. Hex color #B88A1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88A1C is #4775E3. Grayscale: #8B8B8B. Windows color (decimal): -4683236 or 1870520. OLE color: 1870520.
HSL color Cylindrical-coordinate representation of color #B88A1C: hue angle of 42.31º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B88A1C is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 138 | 28 | - |
| CMYK | 0 | 0.25 | 0.85 | 0.28 |
| HSL | 42.31º | 0.74% | 0.42% | - |
| HSV(B) | 42.31º | 0.85% | 0.72% | - |
| XYZ | 29.07 | 28.45 | 5.06 | - |
| YUV | 139.21 | 65.24 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 138 | 28 | 0 | 0.25 | 0.85 | 0.28 | 42.31 | 0.74 | 0.42 |
| Hex | B8 | 8A | 1C | 0 | 19 | 55 | 1C | 2A | 4A | 2A |
| Octal | 270 | 212 | 34 | 0 | 31 | 125 | 34 | 52 | 112 | 52 |
| Binary | 10111000 | 10001010 | 11100 | 0 | 11001 | 1010101 | 11100 | 101010 | 1001010 | 101010 |
Color Harmonies of #B88A1C
Complementary color
Monochromatic Colors of #B88A1C
Black with #B88A1C
Text Example
Text Example
White with #B88A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88A1C; }
p { color: rgb(184,138,28); }
H1.HeaderClassName
{
color: #B88A1C;
}
.AnyTagClassName
{
color: #B88A1C;
}
</style>
background-color css
<style>
a { background-color: #B88A1C; }
a { background-color: rgb(184,138,28); }
div.DivClassName
{
background-color: #B88A1C;
}
.BgClassName
{
background-color: #B88A1C;
}
</style>
border-color css
<style>
span { border-color: #B88A1C; }
span { border-color: rgb(184,138,28); }
td.TdClassName
{
border-color: #B88A1C;
}
.TagClassName
{
border-color: #B88A1C;
}
</style>