Shades of Nugget #B08A22
Tints of Nugget #B08A22
RGB
CMYK
RGB Variations
Color information
#B08A22 (or 0xB08A22) is known color: Nugget. HEX triplet: B0, 8A and 22. RGB value is (176,138,34). Sum of RGB (Red+Green+Blue) = 176+138+34=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 138 (54.30% from 255 or 39.66% from 348); Blue value is 34 (13.67% from 255 or 9.77% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B08A22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08A22 is #4F75DD. Grayscale: #898989. Windows color (decimal): -5207518 or 2263728. OLE color: 2263728.
HSL color Cylindrical-coordinate representation of color #B08A22: hue angle of 43.94º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B08A22 is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 138 | 34 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.31 |
| HSL | 43.94º | 0.68% | 0.41% | - |
| HSV(B) | 43.94º | 0.81% | 0.69% | - |
| XYZ | 27.28 | 27.52 | 5.39 | - |
| YUV | 137.51 | 69.59 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 138 | 34 | 0 | 0.22 | 0.81 | 0.31 | 43.94 | 0.68 | 0.41 |
| Hex | B0 | 8A | 22 | 0 | 16 | 51 | 1F | 2C | 44 | 29 |
| Octal | 260 | 212 | 42 | 0 | 26 | 121 | 37 | 54 | 104 | 51 |
| Binary | 10110000 | 10001010 | 100010 | 0 | 10110 | 1010001 | 11111 | 101100 | 1000100 | 101001 |
Color Harmonies of #B08A22
Complementary color
Monochromatic Colors of #B08A22
Black with #B08A22
Text Example
Text Example
White with #B08A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08A22; }
p { color: rgb(176,138,34); }
H1.HeaderClassName
{
color: #B08A22;
}
.AnyTagClassName
{
color: #B08A22;
}
</style>
background-color css
<style>
a { background-color: #B08A22; }
a { background-color: rgb(176,138,34); }
div.DivClassName
{
background-color: #B08A22;
}
.BgClassName
{
background-color: #B08A22;
}
</style>
border-color css
<style>
span { border-color: #B08A22; }
span { border-color: rgb(176,138,34); }
td.TdClassName
{
border-color: #B08A22;
}
.TagClassName
{
border-color: #B08A22;
}
</style>