Shades of Nugget #B28C2C
Tints of Nugget #B28C2C
RGB
CMYK
RGB Variations
Color information
#B28C2C (or 0xB28C2C) is known color: Nugget. HEX triplet: B2, 8C and 2C. RGB value is (178,140,44). Sum of RGB (Red+Green+Blue) = 178+140+44=362 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.17% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 44 (17.58% from 255 or 12.15% from 362); Max value from RGB is 178 - color contains mainly: red. Hex color #B28C2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28C2C is #4D73D3. Grayscale: #8C8C8C. Windows color (decimal): -5075924 or 2919602. OLE color: 2919602.
HSL color Cylindrical-coordinate representation of color #B28C2C: hue angle of 42.99º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B28C2C is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 140 | 44 | - |
| CMYK | 0 | 0.21 | 0.75 | 0.30 |
| HSL | 42.99º | 0.6% | 0.44% | - |
| HSV(B) | 42.99º | 0.75% | 0.7% | - |
| XYZ | 28.19 | 28.4 | 6.38 | - |
| YUV | 140.42 | 73.59 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 140 | 44 | 0 | 0.21 | 0.75 | 0.30 | 42.99 | 0.6 | 0.44 |
| Hex | B2 | 8C | 2C | 0 | 15 | 4B | 1E | 2B | 3C | 2C |
| Octal | 262 | 214 | 54 | 0 | 25 | 113 | 36 | 53 | 74 | 54 |
| Binary | 10110010 | 10001100 | 101100 | 0 | 10101 | 1001011 | 11110 | 101011 | 111100 | 101100 |
Color Harmonies of #B28C2C
Complementary color
Monochromatic Colors of #B28C2C
Black with #B28C2C
Text Example
Text Example
White with #B28C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28C2C; }
p { color: rgb(178,140,44); }
H1.HeaderClassName
{
color: #B28C2C;
}
.AnyTagClassName
{
color: #B28C2C;
}
</style>
background-color css
<style>
a { background-color: #B28C2C; }
a { background-color: rgb(178,140,44); }
div.DivClassName
{
background-color: #B28C2C;
}
.BgClassName
{
background-color: #B28C2C;
}
</style>
border-color css
<style>
span { border-color: #B28C2C; }
span { border-color: rgb(178,140,44); }
td.TdClassName
{
border-color: #B28C2C;
}
.TagClassName
{
border-color: #B28C2C;
}
</style>