Shades of Nugget #B68927
Tints of Nugget #B68927
RGB
CMYK
RGB Variations
Color information
#B68927 (or 0xB68927) is known color: Nugget. HEX triplet: B6, 89 and 27. RGB value is (182,137,39). Sum of RGB (Red+Green+Blue) = 182+137+39=358 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.84% from 358); Green value is 137 (53.91% from 255 or 38.27% from 358); Blue value is 39 (15.62% from 255 or 10.89% from 358); Max value from RGB is 182 - color contains mainly: red. Hex color #B68927 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68927 is #4976D8. Grayscale: #8B8B8B. Windows color (decimal): -4814553 or 2591158. OLE color: 2591158.
HSL color Cylindrical-coordinate representation of color #B68927: hue angle of 41.12º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B68927 is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 137 | 39 | - |
| CMYK | 0 | 0.25 | 0.79 | 0.29 |
| HSL | 41.12º | 0.65% | 0.43% | - |
| HSV(B) | 41.12º | 0.79% | 0.71% | - |
| XYZ | 28.6 | 27.98 | 5.81 | - |
| YUV | 139.28 | 71.41 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 137 | 39 | 0 | 0.25 | 0.79 | 0.29 | 41.12 | 0.65 | 0.43 |
| Hex | B6 | 89 | 27 | 0 | 19 | 4F | 1D | 29 | 41 | 2B |
| Octal | 266 | 211 | 47 | 0 | 31 | 117 | 35 | 51 | 101 | 53 |
| Binary | 10110110 | 10001001 | 100111 | 0 | 11001 | 1001111 | 11101 | 101001 | 1000001 | 101011 |
Color Harmonies of #B68927
Complementary color
Monochromatic Colors of #B68927
Black with #B68927
Text Example
Text Example
White with #B68927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68927; }
p { color: rgb(182,137,39); }
H1.HeaderClassName
{
color: #B68927;
}
.AnyTagClassName
{
color: #B68927;
}
</style>
background-color css
<style>
a { background-color: #B68927; }
a { background-color: rgb(182,137,39); }
div.DivClassName
{
background-color: #B68927;
}
.BgClassName
{
background-color: #B68927;
}
</style>
border-color css
<style>
span { border-color: #B68927; }
span { border-color: rgb(182,137,39); }
td.TdClassName
{
border-color: #B68927;
}
.TagClassName
{
border-color: #B68927;
}
</style>