Shades of Nugget #B28A28
Tints of Nugget #B28A28
RGB
CMYK
RGB Variations
Color information
#B28A28 (or 0xB28A28) is known color: Nugget. HEX triplet: B2, 8A and 28. RGB value is (178,138,40). Sum of RGB (Red+Green+Blue) = 178+138+40=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 138 (54.30% from 255 or 38.76% from 356); Blue value is 40 (16.02% from 255 or 11.24% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B28A28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28A28 is #4D75D7. Grayscale: #8B8B8B. Windows color (decimal): -5076440 or 2656946. OLE color: 2656946.
HSL color Cylindrical-coordinate representation of color #B28A28: hue angle of 42.61º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B28A28 is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 138 | 40 | - |
| CMYK | 0 | 0.22 | 0.78 | 0.30 |
| HSL | 42.61º | 0.63% | 0.43% | - |
| HSV(B) | 42.61º | 0.78% | 0.7% | - |
| XYZ | 27.83 | 27.8 | 5.91 | - |
| YUV | 138.79 | 72.25 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 138 | 40 | 0 | 0.22 | 0.78 | 0.30 | 42.61 | 0.63 | 0.43 |
| Hex | B2 | 8A | 28 | 0 | 16 | 4E | 1E | 2B | 3F | 2B |
| Octal | 262 | 212 | 50 | 0 | 26 | 116 | 36 | 53 | 77 | 53 |
| Binary | 10110010 | 10001010 | 101000 | 0 | 10110 | 1001110 | 11110 | 101011 | 111111 | 101011 |
Color Harmonies of #B28A28
Complementary color
Monochromatic Colors of #B28A28
Black with #B28A28
Text Example
Text Example
White with #B28A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28A28; }
p { color: rgb(178,138,40); }
H1.HeaderClassName
{
color: #B28A28;
}
.AnyTagClassName
{
color: #B28A28;
}
</style>
background-color css
<style>
a { background-color: #B28A28; }
a { background-color: rgb(178,138,40); }
div.DivClassName
{
background-color: #B28A28;
}
.BgClassName
{
background-color: #B28A28;
}
</style>
border-color css
<style>
span { border-color: #B28A28; }
span { border-color: rgb(178,138,40); }
td.TdClassName
{
border-color: #B28A28;
}
.TagClassName
{
border-color: #B28A28;
}
</style>