Shades of Nugget #B88A22
Tints of Nugget #B88A22
RGB
CMYK
RGB Variations
Color information
#B88A22 (or 0xB88A22) is known color: Nugget. HEX triplet: B8, 8A and 22. RGB value is (184,138,34). Sum of RGB (Red+Green+Blue) = 184+138+34=356 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.69% from 356); Green value is 138 (54.30% from 255 or 38.76% from 356); Blue value is 34 (13.67% from 255 or 9.55% from 356); Max value from RGB is 184 - color contains mainly: red. Hex color #B88A22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88A22 is #4775DD. Grayscale: #8C8C8C. Windows color (decimal): -4683230 or 2263736. OLE color: 2263736.
HSL color Cylindrical-coordinate representation of color #B88A22: hue angle of 41.6º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B88A22 is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 138 | 34 | - |
| CMYK | 0 | 0.25 | 0.82 | 0.28 |
| HSL | 41.6º | 0.69% | 0.43% | - |
| HSV(B) | 41.6º | 0.82% | 0.72% | - |
| XYZ | 29.14 | 28.48 | 5.48 | - |
| YUV | 139.9 | 68.24 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 138 | 34 | 0 | 0.25 | 0.82 | 0.28 | 41.6 | 0.69 | 0.43 |
| Hex | B8 | 8A | 22 | 0 | 19 | 52 | 1C | 2A | 45 | 2B |
| Octal | 270 | 212 | 42 | 0 | 31 | 122 | 34 | 52 | 105 | 53 |
| Binary | 10111000 | 10001010 | 100010 | 0 | 11001 | 1010010 | 11100 | 101010 | 1000101 | 101011 |
Color Harmonies of #B88A22
Complementary color
Monochromatic Colors of #B88A22
Black with #B88A22
Text Example
Text Example
White with #B88A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88A22; }
p { color: rgb(184,138,34); }
H1.HeaderClassName
{
color: #B88A22;
}
.AnyTagClassName
{
color: #B88A22;
}
</style>
background-color css
<style>
a { background-color: #B88A22; }
a { background-color: rgb(184,138,34); }
div.DivClassName
{
background-color: #B88A22;
}
.BgClassName
{
background-color: #B88A22;
}
</style>
border-color css
<style>
span { border-color: #B88A22; }
span { border-color: rgb(184,138,34); }
td.TdClassName
{
border-color: #B88A22;
}
.TagClassName
{
border-color: #B88A22;
}
</style>