Shades of Nugget #B4872A
Tints of Nugget #B4872A
RGB
CMYK
RGB Variations
Color information
#B4872A (or 0xB4872A) is known color: Nugget. HEX triplet: B4, 87 and 2A. RGB value is (180,135,42). Sum of RGB (Red+Green+Blue) = 180+135+42=357 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.42% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 42 (16.80% from 255 or 11.76% from 357); Max value from RGB is 180 - color contains mainly: red. Hex color #B4872A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4872A is #4B78D5. Grayscale: #8A8A8A. Windows color (decimal): -4946134 or 2787252. OLE color: 2787252.
HSL color Cylindrical-coordinate representation of color #B4872A: hue angle of 40.43º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B4872A is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 135 | 42 | - |
| CMYK | 0 | 0.25 | 0.77 | 0.29 |
| HSL | 40.43º | 0.62% | 0.44% | - |
| HSV(B) | 40.43º | 0.77% | 0.71% | - |
| XYZ | 27.9 | 27.2 | 5.97 | - |
| YUV | 137.85 | 73.91 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 135 | 42 | 0 | 0.25 | 0.77 | 0.29 | 40.43 | 0.62 | 0.44 |
| Hex | B4 | 87 | 2A | 0 | 19 | 4D | 1D | 28 | 3E | 2C |
| Octal | 264 | 207 | 52 | 0 | 31 | 115 | 35 | 50 | 76 | 54 |
| Binary | 10110100 | 10000111 | 101010 | 0 | 11001 | 1001101 | 11101 | 101000 | 111110 | 101100 |
Color Harmonies of #B4872A
Complementary color
Monochromatic Colors of #B4872A
Black with #B4872A
Text Example
Text Example
White with #B4872A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4872A; }
p { color: rgb(180,135,42); }
H1.HeaderClassName
{
color: #B4872A;
}
.AnyTagClassName
{
color: #B4872A;
}
</style>
background-color css
<style>
a { background-color: #B4872A; }
a { background-color: rgb(180,135,42); }
div.DivClassName
{
background-color: #B4872A;
}
.BgClassName
{
background-color: #B4872A;
}
</style>
border-color css
<style>
span { border-color: #B4872A; }
span { border-color: rgb(180,135,42); }
td.TdClassName
{
border-color: #B4872A;
}
.TagClassName
{
border-color: #B4872A;
}
</style>