Shades of Nugget #B68F2B
Tints of Nugget #B68F2B
RGB
CMYK
RGB Variations
Color information
#B68F2B (or 0xB68F2B) is known color: Nugget. HEX triplet: B6, 8F and 2B. RGB value is (182,143,43). Sum of RGB (Red+Green+Blue) = 182+143+43=368 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.46% from 368); Green value is 143 (56.25% from 255 or 38.86% from 368); Blue value is 43 (17.19% from 255 or 11.68% from 368); Max value from RGB is 182 - color contains mainly: red. Hex color #B68F2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68F2B is #4970D4. Grayscale: #8F8F8F. Windows color (decimal): -4813013 or 2854838. OLE color: 2854838.
HSL color Cylindrical-coordinate representation of color #B68F2B: hue angle of 43.17º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B68F2B is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 143 | 43 | - |
| CMYK | 0 | 0.21 | 0.76 | 0.29 |
| HSL | 43.17º | 0.62% | 0.44% | - |
| HSV(B) | 43.17º | 0.76% | 0.71% | - |
| XYZ | 29.55 | 29.76 | 6.47 | - |
| YUV | 143.26 | 71.42 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 143 | 43 | 0 | 0.21 | 0.76 | 0.29 | 43.17 | 0.62 | 0.44 |
| Hex | B6 | 8F | 2B | 0 | 15 | 4C | 1D | 2B | 3E | 2C |
| Octal | 266 | 217 | 53 | 0 | 25 | 114 | 35 | 53 | 76 | 54 |
| Binary | 10110110 | 10001111 | 101011 | 0 | 10101 | 1001100 | 11101 | 101011 | 111110 | 101100 |
Color Harmonies of #B68F2B
Complementary color
Monochromatic Colors of #B68F2B
Black with #B68F2B
Text Example
Text Example
White with #B68F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68F2B; }
p { color: rgb(182,143,43); }
H1.HeaderClassName
{
color: #B68F2B;
}
.AnyTagClassName
{
color: #B68F2B;
}
</style>
background-color css
<style>
a { background-color: #B68F2B; }
a { background-color: rgb(182,143,43); }
div.DivClassName
{
background-color: #B68F2B;
}
.BgClassName
{
background-color: #B68F2B;
}
</style>
border-color css
<style>
span { border-color: #B68F2B; }
span { border-color: rgb(182,143,43); }
td.TdClassName
{
border-color: #B68F2B;
}
.TagClassName
{
border-color: #B68F2B;
}
</style>