Shades of Nugget #B68929
Tints of Nugget #B68929
RGB
CMYK
RGB Variations
Color information
#B68929 (or 0xB68929) is known color: Nugget. HEX triplet: B6, 89 and 29. RGB value is (182,137,41). Sum of RGB (Red+Green+Blue) = 182+137+41=360 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.56% from 360); Green value is 137 (53.91% from 255 or 38.06% from 360); Blue value is 41 (16.41% from 255 or 11.39% from 360); Max value from RGB is 182 - color contains mainly: red. Hex color #B68929 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68929 is #4976D6. Grayscale: #8B8B8B. Windows color (decimal): -4814551 or 2722230. OLE color: 2722230.
HSL color Cylindrical-coordinate representation of color #B68929: hue angle of 40.85º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B68929 is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 137 | 41 | - |
| CMYK | 0 | 0.25 | 0.77 | 0.29 |
| HSL | 40.85º | 0.63% | 0.44% | - |
| HSV(B) | 40.85º | 0.77% | 0.71% | - |
| XYZ | 28.64 | 28 | 5.99 | - |
| YUV | 139.51 | 72.41 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 137 | 41 | 0 | 0.25 | 0.77 | 0.29 | 40.85 | 0.63 | 0.44 |
| Hex | B6 | 89 | 29 | 0 | 19 | 4D | 1D | 29 | 3F | 2C |
| Octal | 266 | 211 | 51 | 0 | 31 | 115 | 35 | 51 | 77 | 54 |
| Binary | 10110110 | 10001001 | 101001 | 0 | 11001 | 1001101 | 11101 | 101001 | 111111 | 101100 |
Color Harmonies of #B68929
Complementary color
Monochromatic Colors of #B68929
Black with #B68929
Text Example
Text Example
White with #B68929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68929; }
p { color: rgb(182,137,41); }
H1.HeaderClassName
{
color: #B68929;
}
.AnyTagClassName
{
color: #B68929;
}
</style>
background-color css
<style>
a { background-color: #B68929; }
a { background-color: rgb(182,137,41); }
div.DivClassName
{
background-color: #B68929;
}
.BgClassName
{
background-color: #B68929;
}
</style>
border-color css
<style>
span { border-color: #B68929; }
span { border-color: rgb(182,137,41); }
td.TdClassName
{
border-color: #B68929;
}
.TagClassName
{
border-color: #B68929;
}
</style>