Shades of Nugget #BD892A
Tints of Nugget #BD892A
RGB
CMYK
RGB Variations
Color information
#BD892A (or 0xBD892A) is known color: Nugget. HEX triplet: BD, 89 and 2A. RGB value is (189,137,42). Sum of RGB (Red+Green+Blue) = 189+137+42=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 42 (16.80% from 255 or 11.41% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD892A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD892A is #4276D5. Grayscale: #8E8E8E. Windows color (decimal): -4355798 or 2787773. OLE color: 2787773.
HSL color Cylindrical-coordinate representation of color #BD892A: hue angle of 38.78º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD892A is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 137 | 42 | - |
| CMYK | 0 | 0.28 | 0.78 | 0.26 |
| HSL | 38.78º | 0.64% | 0.45% | - |
| HSV(B) | 38.78º | 0.78% | 0.74% | - |
| XYZ | 30.35 | 28.88 | 6.16 | - |
| YUV | 141.72 | 71.73 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 137 | 42 | 0 | 0.28 | 0.78 | 0.26 | 38.78 | 0.64 | 0.45 |
| Hex | BD | 89 | 2A | 0 | 1C | 4E | 1A | 27 | 40 | 2D |
| Octal | 275 | 211 | 52 | 0 | 34 | 116 | 32 | 47 | 100 | 55 |
| Binary | 10111101 | 10001001 | 101010 | 0 | 11100 | 1001110 | 11010 | 100111 | 1000000 | 101101 |
Color Harmonies of #BD892A
Complementary color
Monochromatic Colors of #BD892A
Black with #BD892A
Text Example
Text Example
White with #BD892A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD892A; }
p { color: rgb(189,137,42); }
H1.HeaderClassName
{
color: #BD892A;
}
.AnyTagClassName
{
color: #BD892A;
}
</style>
background-color css
<style>
a { background-color: #BD892A; }
a { background-color: rgb(189,137,42); }
div.DivClassName
{
background-color: #BD892A;
}
.BgClassName
{
background-color: #BD892A;
}
</style>
border-color css
<style>
span { border-color: #BD892A; }
span { border-color: rgb(189,137,42); }
td.TdClassName
{
border-color: #BD892A;
}
.TagClassName
{
border-color: #BD892A;
}
</style>