Shades of Nugget #B28C2B
Tints of Nugget #B28C2B
RGB
CMYK
RGB Variations
Color information
#B28C2B (or 0xB28C2B) is known color: Nugget. HEX triplet: B2, 8C and 2B. RGB value is (178,140,43). Sum of RGB (Red+Green+Blue) = 178+140+43=361 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.31% from 361); Green value is 140 (55.08% from 255 or 38.78% from 361); Blue value is 43 (17.19% from 255 or 11.91% from 361); Max value from RGB is 178 - color contains mainly: red. Hex color #B28C2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28C2B is #4D73D4. Grayscale: #8C8C8C. Windows color (decimal): -5075925 or 2854066. OLE color: 2854066.
HSL color Cylindrical-coordinate representation of color #B28C2B: hue angle of 43.11º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B28C2B is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 140 | 43 | - |
| CMYK | 0 | 0.21 | 0.76 | 0.30 |
| HSL | 43.11º | 0.61% | 0.43% | - |
| HSV(B) | 43.11º | 0.76% | 0.7% | - |
| XYZ | 28.17 | 28.4 | 6.28 | - |
| YUV | 140.3 | 73.09 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 140 | 43 | 0 | 0.21 | 0.76 | 0.30 | 43.11 | 0.61 | 0.43 |
| Hex | B2 | 8C | 2B | 0 | 15 | 4C | 1E | 2B | 3D | 2B |
| Octal | 262 | 214 | 53 | 0 | 25 | 114 | 36 | 53 | 75 | 53 |
| Binary | 10110010 | 10001100 | 101011 | 0 | 10101 | 1001100 | 11110 | 101011 | 111101 | 101011 |
Color Harmonies of #B28C2B
Complementary color
Monochromatic Colors of #B28C2B
Black with #B28C2B
Text Example
Text Example
White with #B28C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28C2B; }
p { color: rgb(178,140,43); }
H1.HeaderClassName
{
color: #B28C2B;
}
.AnyTagClassName
{
color: #B28C2B;
}
</style>
background-color css
<style>
a { background-color: #B28C2B; }
a { background-color: rgb(178,140,43); }
div.DivClassName
{
background-color: #B28C2B;
}
.BgClassName
{
background-color: #B28C2B;
}
</style>
border-color css
<style>
span { border-color: #B28C2B; }
span { border-color: rgb(178,140,43); }
td.TdClassName
{
border-color: #B28C2B;
}
.TagClassName
{
border-color: #B28C2B;
}
</style>