Shades of Nugget #B68F23
Tints of Nugget #B68F23
RGB
CMYK
RGB Variations
Color information
#B68F23 (or 0xB68F23) is known color: Nugget. HEX triplet: B6, 8F and 23. RGB value is (182,143,35). Sum of RGB (Red+Green+Blue) = 182+143+35=360 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.56% from 360); Green value is 143 (56.25% from 255 or 39.72% from 360); Blue value is 35 (14.06% from 255 or 9.72% from 360); Max value from RGB is 182 - color contains mainly: red. Hex color #B68F23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68F23 is #4970DC. Grayscale: #8E8E8E. Windows color (decimal): -4813021 or 2330550. OLE color: 2330550.
HSL color Cylindrical-coordinate representation of color #B68F23: hue angle of 44.08º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B68F23 is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 143 | 35 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.29 |
| HSL | 44.08º | 0.68% | 0.43% | - |
| HSV(B) | 44.08º | 0.81% | 0.71% | - |
| XYZ | 29.42 | 29.71 | 5.77 | - |
| YUV | 142.35 | 67.42 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 143 | 35 | 0 | 0.21 | 0.81 | 0.29 | 44.08 | 0.68 | 0.43 |
| Hex | B6 | 8F | 23 | 0 | 15 | 51 | 1D | 2C | 44 | 2B |
| Octal | 266 | 217 | 43 | 0 | 25 | 121 | 35 | 54 | 104 | 53 |
| Binary | 10110110 | 10001111 | 100011 | 0 | 10101 | 1010001 | 11101 | 101100 | 1000100 | 101011 |
Color Harmonies of #B68F23
Complementary color
Monochromatic Colors of #B68F23
Black with #B68F23
Text Example
Text Example
White with #B68F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68F23; }
p { color: rgb(182,143,35); }
H1.HeaderClassName
{
color: #B68F23;
}
.AnyTagClassName
{
color: #B68F23;
}
</style>
background-color css
<style>
a { background-color: #B68F23; }
a { background-color: rgb(182,143,35); }
div.DivClassName
{
background-color: #B68F23;
}
.BgClassName
{
background-color: #B68F23;
}
</style>
border-color css
<style>
span { border-color: #B68F23; }
span { border-color: rgb(182,143,35); }
td.TdClassName
{
border-color: #B68F23;
}
.TagClassName
{
border-color: #B68F23;
}
</style>