Shades of Nugget #B68A22
Tints of Nugget #B68A22
RGB
CMYK
RGB Variations
Color information
#B68A22 (or 0xB68A22) is known color: Nugget. HEX triplet: B6, 8A and 22. RGB value is (182,138,34). Sum of RGB (Red+Green+Blue) = 182+138+34=354 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.41% from 354); Green value is 138 (54.30% from 255 or 38.98% from 354); Blue value is 34 (13.67% from 255 or 9.60% from 354); Max value from RGB is 182 - color contains mainly: red. Hex color #B68A22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68A22 is #4975DD. Grayscale: #8B8B8B. Windows color (decimal): -4814302 or 2263734. OLE color: 2263734.
HSL color Cylindrical-coordinate representation of color #B68A22: hue angle of 42.16º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B68A22 is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 138 | 34 | - |
| CMYK | 0 | 0.24 | 0.81 | 0.29 |
| HSL | 42.16º | 0.69% | 0.42% | - |
| HSV(B) | 42.16º | 0.81% | 0.71% | - |
| XYZ | 28.67 | 28.24 | 5.45 | - |
| YUV | 139.3 | 68.58 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 138 | 34 | 0 | 0.24 | 0.81 | 0.29 | 42.16 | 0.69 | 0.42 |
| Hex | B6 | 8A | 22 | 0 | 18 | 51 | 1D | 2A | 45 | 2A |
| Octal | 266 | 212 | 42 | 0 | 30 | 121 | 35 | 52 | 105 | 52 |
| Binary | 10110110 | 10001010 | 100010 | 0 | 11000 | 1010001 | 11101 | 101010 | 1000101 | 101010 |
Color Harmonies of #B68A22
Complementary color
Monochromatic Colors of #B68A22
Black with #B68A22
Text Example
Text Example
White with #B68A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68A22; }
p { color: rgb(182,138,34); }
H1.HeaderClassName
{
color: #B68A22;
}
.AnyTagClassName
{
color: #B68A22;
}
</style>
background-color css
<style>
a { background-color: #B68A22; }
a { background-color: rgb(182,138,34); }
div.DivClassName
{
background-color: #B68A22;
}
.BgClassName
{
background-color: #B68A22;
}
</style>
border-color css
<style>
span { border-color: #B68A22; }
span { border-color: rgb(182,138,34); }
td.TdClassName
{
border-color: #B68A22;
}
.TagClassName
{
border-color: #B68A22;
}
</style>