Shades of Nugget #B4892A
Tints of Nugget #B4892A
RGB
CMYK
RGB Variations
Color information
#B4892A (or 0xB4892A) is known color: Nugget. HEX triplet: B4, 89 and 2A. RGB value is (180,137,42). Sum of RGB (Red+Green+Blue) = 180+137+42=359 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.14% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 42 (16.80% from 255 or 11.70% from 359); Max value from RGB is 180 - color contains mainly: red. Hex color #B4892A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4892A is #4B76D5. Grayscale: #8B8B8B. Windows color (decimal): -4945622 or 2787764. OLE color: 2787764.
HSL color Cylindrical-coordinate representation of color #B4892A: hue angle of 41.3º 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 #B4892A is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 137 | 42 | - |
| CMYK | 0 | 0.24 | 0.77 | 0.29 |
| HSL | 41.3º | 0.62% | 0.44% | - |
| HSV(B) | 41.3º | 0.77% | 0.71% | - |
| XYZ | 28.19 | 27.76 | 6.06 | - |
| YUV | 139.03 | 73.25 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 137 | 42 | 0 | 0.24 | 0.77 | 0.29 | 41.3 | 0.62 | 0.44 |
| Hex | B4 | 89 | 2A | 0 | 18 | 4D | 1D | 29 | 3E | 2C |
| Octal | 264 | 211 | 52 | 0 | 30 | 115 | 35 | 51 | 76 | 54 |
| Binary | 10110100 | 10001001 | 101010 | 0 | 11000 | 1001101 | 11101 | 101001 | 111110 | 101100 |
Color Harmonies of #B4892A
Complementary color
Monochromatic Colors of #B4892A
Black with #B4892A
Text Example
Text Example
White with #B4892A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4892A; }
p { color: rgb(180,137,42); }
H1.HeaderClassName
{
color: #B4892A;
}
.AnyTagClassName
{
color: #B4892A;
}
</style>
background-color css
<style>
a { background-color: #B4892A; }
a { background-color: rgb(180,137,42); }
div.DivClassName
{
background-color: #B4892A;
}
.BgClassName
{
background-color: #B4892A;
}
</style>
border-color css
<style>
span { border-color: #B4892A; }
span { border-color: rgb(180,137,42); }
td.TdClassName
{
border-color: #B4892A;
}
.TagClassName
{
border-color: #B4892A;
}
</style>